Shades of Winter Hazel #CAC07D
Tints of Winter Hazel #CAC07D
RGB
CMYK
RGB Variations
Color information
#CAC07D (or 0xCAC07D) is known color: Winter Hazel. HEX triplet: CA, C0 and 7D. RGB value is (202,192,125). Sum of RGB (Red+Green+Blue) = 202+192+125=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07D is #353F82. Grayscale: #BBBBBB. Windows color (decimal): -3489667 or 8241354. OLE color: 8241354.
HSL color Cylindrical-coordinate representation of color #CAC07D: hue angle of 52.21º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAC07D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 125 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.21 |
| HSL | 52.21º | 0.42% | 0.64% | - |
| HSV(B) | 52.21º | 0.38% | 0.79% | - |
| XYZ | 46.91 | 51.74 | 26.92 | - |
| YUV | 187.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 125 | 0 | 0.05 | 0.38 | 0.21 | 52.21 | 0.42 | 0.64 |
| Hex | CA | C0 | 7D | 0 | 5 | 26 | 15 | 34 | 2A | 40 |
| Octal | 312 | 300 | 175 | 0 | 5 | 46 | 25 | 64 | 52 | 100 |
| Binary | 11001010 | 11000000 | 1111101 | 0 | 101 | 100110 | 10101 | 110100 | 101010 | 1000000 |
Color Harmonies of #CAC07D
Complementary color
Monochromatic Colors of #CAC07D
Black with #CAC07D
Text Example
Text Example
White with #CAC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC07D; }
p { color: rgb(202,192,125); }
H1.HeaderClassName
{
color: #CAC07D;
}
.AnyTagClassName
{
color: #CAC07D;
}
</style>
background-color css
<style>
a { background-color: #CAC07D; }
a { background-color: rgb(202,192,125); }
div.DivClassName
{
background-color: #CAC07D;
}
.BgClassName
{
background-color: #CAC07D;
}
</style>
border-color css
<style>
span { border-color: #CAC07D; }
span { border-color: rgb(202,192,125); }
td.TdClassName
{
border-color: #CAC07D;
}
.TagClassName
{
border-color: #CAC07D;
}
</style>