Color spaces of #ca952b
RGB | 202 | 149 | 43 |
---|---|---|---|
HSL | 0.11 | 0.65 | 0.48 |
HSV | 40° | 79° | 79° |
CMYK | 0.00 | 0.26 | 0.79 0.21 |
XYZ | 35.5406 | 34.2259 | 7.0186 |
Yxy | 34.2259 | 0.4629 | 0.4457 |
Hunter Lab | 58.5029 | 6.0589 | 33.8390 |
CIE-Lab | 65.1415 | 10.4703 | 59.7079 |
#ca952b color RGB value is (202,149,43).
#ca952b hex color red value is 202, green value is 149 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ca952b hue: 0.11 , saturation: 0.65 and the lightness value of ca952b is 0.48.
The process color (four color CMYK) of #ca952b color hex is 0.00, 0.26, 0.79, 0.21. Web safe color of #ca952b is #cc9933. Color #ca952b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010101 | 00101011 |
Octal | 312 | 225 | 53 |
Decimal | 202 | 149 | 43 |
Hex | CA | 95 | 2B |
Shades of #ca952b
Tints of #ca952b
RGB Percentages of Color #ca952b
CMYK Percentages of Color #ca952b
Complementary Color
#ca952b | #2b60ca |
#ca952b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca952b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca952b Color CSS Codes
.mybgcolor {background-color:#ca952b; } .myforecolor {color:#ca952b; } .mybordercolor {border:3px solid #ca952b; }
#ca952b Text Font Color
<p style="color:#ca952b">Text here</p>
This sample text font color is #ca952b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ca952b Background Color
<div style="background-color:#ca952b">
Div content here</div>
This div background color is #ca952b
#ca952b Border Color
<div style="border:3px solid #ca952b">
Div here</div>
This div border color is #ca952b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,149,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca952b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca952b; -webkit-box-shadow: 1px 1px 3px 2px #ca952b; box-shadow: 1px 1px 3px 2px #ca952b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,149,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca952b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca952b; -webkit-box-shadow: 1px 1px 3px 2px #ca952b; box-shadow: 1px 1px 3px 2px #ca952b;">
Div content here</div>
This div box has shadow with color #ca952b
Comments
No comments written yet.
Please login to write comment.