Shades of Winter Hazel #CAC685
Tints of Winter Hazel #CAC685
RGB
CMYK
RGB Variations
Color information
#CAC685 (or 0xCAC685) is known color: Winter Hazel. HEX triplet: CA, C6 and 85. RGB value is (202,198,133). Sum of RGB (Red+Green+Blue) = 202+198+133=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC685 is #35397A. Grayscale: #C0C0C0. Windows color (decimal): -3488123 or 8767178. OLE color: 8767178.
HSL color Cylindrical-coordinate representation of color #CAC685: hue angle of 56.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAC685 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 133 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.21 |
| HSL | 56.52º | 0.39% | 0.66% | - |
| HSV(B) | 56.52º | 0.34% | 0.79% | - |
| XYZ | 48.78 | 54.64 | 30.17 | - |
| YUV | 191.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 133 | 0 | 0.02 | 0.34 | 0.21 | 56.52 | 0.39 | 0.66 |
| Hex | CA | C6 | 85 | 0 | 2 | 22 | 15 | 39 | 27 | 42 |
| Octal | 312 | 306 | 205 | 0 | 2 | 42 | 25 | 71 | 47 | 102 |
| Binary | 11001010 | 11000110 | 10000101 | 0 | 10 | 100010 | 10101 | 111001 | 100111 | 1000010 |
Color Harmonies of #CAC685
Complementary color
Monochromatic Colors of #CAC685
Black with #CAC685
Text Example
Text Example
White with #CAC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC685; }
p { color: rgb(202,198,133); }
H1.HeaderClassName
{
color: #CAC685;
}
.AnyTagClassName
{
color: #CAC685;
}
</style>
background-color css
<style>
a { background-color: #CAC685; }
a { background-color: rgb(202,198,133); }
div.DivClassName
{
background-color: #CAC685;
}
.BgClassName
{
background-color: #CAC685;
}
</style>
border-color css
<style>
span { border-color: #CAC685; }
span { border-color: rgb(202,198,133); }
td.TdClassName
{
border-color: #CAC685;
}
.TagClassName
{
border-color: #CAC685;
}
</style>