Shades of Winter Hazel #CAC07B
Tints of Winter Hazel #CAC07B
RGB
CMYK
RGB Variations
Color information
#CAC07B (or 0xCAC07B) is known color: Winter Hazel. HEX triplet: CA, C0 and 7B. RGB value is (202,192,123). Sum of RGB (Red+Green+Blue) = 202+192+123=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07B is #353F84. Grayscale: #BBBBBB. Windows color (decimal): -3489669 or 8110282. OLE color: 8110282.
HSL color Cylindrical-coordinate representation of color #CAC07B: hue angle of 52.41º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAC07B is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 123 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.21 |
| HSL | 52.41º | 0.43% | 0.64% | - |
| HSV(B) | 52.41º | 0.39% | 0.79% | - |
| XYZ | 46.78 | 51.69 | 26.25 | - |
| YUV | 187.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 123 | 0 | 0.05 | 0.39 | 0.21 | 52.41 | 0.43 | 0.64 |
| Hex | CA | C0 | 7B | 0 | 5 | 27 | 15 | 34 | 2B | 40 |
| Octal | 312 | 300 | 173 | 0 | 5 | 47 | 25 | 64 | 53 | 100 |
| Binary | 11001010 | 11000000 | 1111011 | 0 | 101 | 100111 | 10101 | 110100 | 101011 | 1000000 |
Color Harmonies of #CAC07B
Complementary color
Monochromatic Colors of #CAC07B
Black with #CAC07B
Text Example
Text Example
White with #CAC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC07B; }
p { color: rgb(202,192,123); }
H1.HeaderClassName
{
color: #CAC07B;
}
.AnyTagClassName
{
color: #CAC07B;
}
</style>
background-color css
<style>
a { background-color: #CAC07B; }
a { background-color: rgb(202,192,123); }
div.DivClassName
{
background-color: #CAC07B;
}
.BgClassName
{
background-color: #CAC07B;
}
</style>
border-color css
<style>
span { border-color: #CAC07B; }
span { border-color: rgb(202,192,123); }
td.TdClassName
{
border-color: #CAC07B;
}
.TagClassName
{
border-color: #CAC07B;
}
</style>