Shades of Winter Hazel #CAC38A
Tints of Winter Hazel #CAC38A
RGB
CMYK
RGB Variations
Color information
#CAC38A (or 0xCAC38A) is known color: Winter Hazel. HEX triplet: CA, C3 and 8A. RGB value is (202,195,138). Sum of RGB (Red+Green+Blue) = 202+195+138=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38A is #353C75. Grayscale: #BEBEBE. Windows color (decimal): -3488886 or 9094090. OLE color: 9094090.
HSL color Cylindrical-coordinate representation of color #CAC38A: hue angle of 53.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC38A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 138 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.21 |
| HSL | 53.44º | 0.38% | 0.67% | - |
| HSV(B) | 53.44º | 0.32% | 0.79% | - |
| XYZ | 48.46 | 53.42 | 31.8 | - |
| YUV | 190.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 138 | 0 | 0.03 | 0.32 | 0.21 | 53.44 | 0.38 | 0.67 |
| Hex | CA | C3 | 8A | 0 | 3 | 20 | 15 | 35 | 26 | 43 |
| Octal | 312 | 303 | 212 | 0 | 3 | 40 | 25 | 65 | 46 | 103 |
| Binary | 11001010 | 11000011 | 10001010 | 0 | 11 | 100000 | 10101 | 110101 | 100110 | 1000011 |
Color Harmonies of #CAC38A
Complementary color
Monochromatic Colors of #CAC38A
Black with #CAC38A
Text Example
Text Example
White with #CAC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC38A; }
p { color: rgb(202,195,138); }
H1.HeaderClassName
{
color: #CAC38A;
}
.AnyTagClassName
{
color: #CAC38A;
}
</style>
background-color css
<style>
a { background-color: #CAC38A; }
a { background-color: rgb(202,195,138); }
div.DivClassName
{
background-color: #CAC38A;
}
.BgClassName
{
background-color: #CAC38A;
}
</style>
border-color css
<style>
span { border-color: #CAC38A; }
span { border-color: rgb(202,195,138); }
td.TdClassName
{
border-color: #CAC38A;
}
.TagClassName
{
border-color: #CAC38A;
}
</style>