Color spaces of #ca766f
RGB | 202 | 118 | 111 |
---|---|---|---|
HSL | 0.01 | 0.46 | 0.61 |
HSV | 5° | 45° | 79° |
CMYK | 0.00 | 0.42 | 0.45 0.21 |
XYZ | 33.7048 | 26.6611 | 18.4086 |
Yxy | 26.6611 | 0.4279 | 0.3384 |
Hunter Lab | 51.6344 | 26.1573 | 15.0061 |
CIE-Lab | 58.6593 | 32.0985 | 18.1327 |
#ca766f color RGB value is (202,118,111).
#ca766f hex color red value is 202, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ca766f hue: 0.01 , saturation: 0.46 and the lightness value of ca766f is 0.61.
The process color (four color CMYK) of #ca766f color hex is 0.00, 0.42, 0.45, 0.21. Web safe color of #ca766f is #cc6666. Color #ca766f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01110110 | 01101111 |
Octal | 312 | 166 | 157 |
Decimal | 202 | 118 | 111 |
Hex | CA | 76 | 6F |
Shades of #ca766f
Tints of #ca766f
RGB Percentages of Color #ca766f
CMYK Percentages of Color #ca766f
Complementary Color
#ca766f | #6fc3ca |
#ca766f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca766f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca766f Color CSS Codes
.mybgcolor {background-color:#ca766f; } .myforecolor {color:#ca766f; } .mybordercolor {border:3px solid #ca766f; }
#ca766f Text Font Color
<p style="color:#ca766f">Text here</p>
This sample text font color is #ca766f
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.
#ca766f Background Color
<div style="background-color:#ca766f">
Div content here</div>
This div background color is #ca766f
#ca766f Border Color
<div style="border:3px solid #ca766f">
Div here</div>
This div border color is #ca766f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,118,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca766f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca766f; -webkit-box-shadow: 1px 1px 3px 2px #ca766f; box-shadow: 1px 1px 3px 2px #ca766f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,118,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca766f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca766f; -webkit-box-shadow: 1px 1px 3px 2px #ca766f; box-shadow: 1px 1px 3px 2px #ca766f;">
Div content here</div>
This div box has shadow with color #ca766f
Comments
No comments written yet.
Please login to write comment.