Shades of Winter Hazel #CAC689
Tints of Winter Hazel #CAC689
RGB
CMYK
RGB Variations
Color information
#CAC689 (or 0xCAC689) is known color: Winter Hazel. HEX triplet: CA, C6 and 89. RGB value is (202,198,137). Sum of RGB (Red+Green+Blue) = 202+198+137=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC689 is #353976. Grayscale: #C0C0C0. Windows color (decimal): -3488119 or 9029322. OLE color: 9029322.
HSL color Cylindrical-coordinate representation of color #CAC689: hue angle of 56.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC689 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 137 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.21 |
| HSL | 56.31º | 0.38% | 0.66% | - |
| HSV(B) | 56.31º | 0.32% | 0.79% | - |
| XYZ | 49.07 | 54.75 | 31.65 | - |
| YUV | 192.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 137 | 0 | 0.02 | 0.32 | 0.21 | 56.31 | 0.38 | 0.66 |
| Hex | CA | C6 | 89 | 0 | 2 | 20 | 15 | 38 | 26 | 42 |
| Octal | 312 | 306 | 211 | 0 | 2 | 40 | 25 | 70 | 46 | 102 |
| Binary | 11001010 | 11000110 | 10001001 | 0 | 10 | 100000 | 10101 | 111000 | 100110 | 1000010 |
Color Harmonies of #CAC689
Complementary color
Monochromatic Colors of #CAC689
Black with #CAC689
Text Example
Text Example
White with #CAC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC689; }
p { color: rgb(202,198,137); }
H1.HeaderClassName
{
color: #CAC689;
}
.AnyTagClassName
{
color: #CAC689;
}
</style>
background-color css
<style>
a { background-color: #CAC689; }
a { background-color: rgb(202,198,137); }
div.DivClassName
{
background-color: #CAC689;
}
.BgClassName
{
background-color: #CAC689;
}
</style>
border-color css
<style>
span { border-color: #CAC689; }
span { border-color: rgb(202,198,137); }
td.TdClassName
{
border-color: #CAC689;
}
.TagClassName
{
border-color: #CAC689;
}
</style>