Shades of Winter Hazel #CAC27B
Tints of Winter Hazel #CAC27B
RGB
CMYK
RGB Variations
Color information
#CAC27B (or 0xCAC27B) is known color: Winter Hazel. HEX triplet: CA, C2 and 7B. RGB value is (202,194,123). Sum of RGB (Red+Green+Blue) = 202+194+123=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC27B is #353D84. Grayscale: #BCBCBC. Windows color (decimal): -3489157 or 8110794. OLE color: 8110794.
HSL color Cylindrical-coordinate representation of color #CAC27B: hue angle of 53.92º 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 #CAC27B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 123 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.21 |
| HSL | 53.92º | 0.43% | 0.64% | - |
| HSV(B) | 53.92º | 0.39% | 0.79% | - |
| XYZ | 47.22 | 52.57 | 26.4 | - |
| YUV | 188.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 123 | 0 | 0.04 | 0.39 | 0.21 | 53.92 | 0.43 | 0.64 |
| Hex | CA | C2 | 7B | 0 | 4 | 27 | 15 | 36 | 2B | 40 |
| Octal | 312 | 302 | 173 | 0 | 4 | 47 | 25 | 66 | 53 | 100 |
| Binary | 11001010 | 11000010 | 1111011 | 0 | 100 | 100111 | 10101 | 110110 | 101011 | 1000000 |
Color Harmonies of #CAC27B
Complementary color
Monochromatic Colors of #CAC27B
Black with #CAC27B
Text Example
Text Example
White with #CAC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC27B; }
p { color: rgb(202,194,123); }
H1.HeaderClassName
{
color: #CAC27B;
}
.AnyTagClassName
{
color: #CAC27B;
}
</style>
background-color css
<style>
a { background-color: #CAC27B; }
a { background-color: rgb(202,194,123); }
div.DivClassName
{
background-color: #CAC27B;
}
.BgClassName
{
background-color: #CAC27B;
}
</style>
border-color css
<style>
span { border-color: #CAC27B; }
span { border-color: rgb(202,194,123); }
td.TdClassName
{
border-color: #CAC27B;
}
.TagClassName
{
border-color: #CAC27B;
}
</style>