Shades of Winter Hazel #CAC682
Tints of Winter Hazel #CAC682
RGB
CMYK
RGB Variations
Color information
#CAC682 (or 0xCAC682) is known color: Winter Hazel. HEX triplet: CA, C6 and 82. RGB value is (202,198,130). Sum of RGB (Red+Green+Blue) = 202+198+130=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC682 is #35397D. Grayscale: #BFBFBF. Windows color (decimal): -3488126 or 8570570. OLE color: 8570570.
HSL color Cylindrical-coordinate representation of color #CAC682: hue angle of 56.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAC682 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 130 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.21 |
| HSL | 56.67º | 0.4% | 0.65% | - |
| HSV(B) | 56.67º | 0.36% | 0.79% | - |
| XYZ | 48.58 | 54.56 | 29.09 | - |
| YUV | 191.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 130 | 0 | 0.02 | 0.36 | 0.21 | 56.67 | 0.4 | 0.65 |
| Hex | CA | C6 | 82 | 0 | 2 | 24 | 15 | 39 | 28 | 41 |
| Octal | 312 | 306 | 202 | 0 | 2 | 44 | 25 | 71 | 50 | 101 |
| Binary | 11001010 | 11000110 | 10000010 | 0 | 10 | 100100 | 10101 | 111001 | 101000 | 1000001 |
Color Harmonies of #CAC682
Complementary color
Monochromatic Colors of #CAC682
Black with #CAC682
Text Example
Text Example
White with #CAC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC682; }
p { color: rgb(202,198,130); }
H1.HeaderClassName
{
color: #CAC682;
}
.AnyTagClassName
{
color: #CAC682;
}
</style>
background-color css
<style>
a { background-color: #CAC682; }
a { background-color: rgb(202,198,130); }
div.DivClassName
{
background-color: #CAC682;
}
.BgClassName
{
background-color: #CAC682;
}
</style>
border-color css
<style>
span { border-color: #CAC682; }
span { border-color: rgb(202,198,130); }
td.TdClassName
{
border-color: #CAC682;
}
.TagClassName
{
border-color: #CAC682;
}
</style>