Shades of Winter Hazel #CAC68C
Tints of Winter Hazel #CAC68C
RGB
CMYK
RGB Variations
Color information
#CAC68C (or 0xCAC68C) is known color: Winter Hazel. HEX triplet: CA, C6 and 8C. RGB value is (202,198,140). Sum of RGB (Red+Green+Blue) = 202+198+140=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68C is #353973. Grayscale: #C0C0C0. Windows color (decimal): -3488116 or 9225930. OLE color: 9225930.
HSL color Cylindrical-coordinate representation of color #CAC68C: hue angle of 56.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC68C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 140 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.21 |
| HSL | 56.13º | 0.37% | 0.67% | - |
| HSV(B) | 56.13º | 0.31% | 0.79% | - |
| XYZ | 49.28 | 54.84 | 32.8 | - |
| YUV | 192.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 140 | 0 | 0.02 | 0.31 | 0.21 | 56.13 | 0.37 | 0.67 |
| Hex | CA | C6 | 8C | 0 | 2 | 1F | 15 | 38 | 25 | 43 |
| Octal | 312 | 306 | 214 | 0 | 2 | 37 | 25 | 70 | 45 | 103 |
| Binary | 11001010 | 11000110 | 10001100 | 0 | 10 | 11111 | 10101 | 111000 | 100101 | 1000011 |
Color Harmonies of #CAC68C
Complementary color
Monochromatic Colors of #CAC68C
Black with #CAC68C
Text Example
Text Example
White with #CAC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC68C; }
p { color: rgb(202,198,140); }
H1.HeaderClassName
{
color: #CAC68C;
}
.AnyTagClassName
{
color: #CAC68C;
}
</style>
background-color css
<style>
a { background-color: #CAC68C; }
a { background-color: rgb(202,198,140); }
div.DivClassName
{
background-color: #CAC68C;
}
.BgClassName
{
background-color: #CAC68C;
}
</style>
border-color css
<style>
span { border-color: #CAC68C; }
span { border-color: rgb(202,198,140); }
td.TdClassName
{
border-color: #CAC68C;
}
.TagClassName
{
border-color: #CAC68C;
}
</style>