Shades of Winter Hazel #CAC28A
Tints of Winter Hazel #CAC28A
RGB
CMYK
RGB Variations
Color information
#CAC28A (or 0xCAC28A) is known color: Winter Hazel. HEX triplet: CA, C2 and 8A. RGB value is (202,194,138). Sum of RGB (Red+Green+Blue) = 202+194+138=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC28A is #353D75. Grayscale: #BEBEBE. Windows color (decimal): -3489142 or 9093834. OLE color: 9093834.
HSL color Cylindrical-coordinate representation of color #CAC28A: hue angle of 52.5º 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 #CAC28A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 138 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.21 |
| HSL | 52.5º | 0.38% | 0.67% | - |
| HSV(B) | 52.5º | 0.32% | 0.79% | - |
| XYZ | 48.24 | 52.98 | 31.73 | - |
| YUV | 190.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 138 | 0 | 0.04 | 0.32 | 0.21 | 52.5 | 0.38 | 0.67 |
| Hex | CA | C2 | 8A | 0 | 4 | 20 | 15 | 34 | 26 | 43 |
| Octal | 312 | 302 | 212 | 0 | 4 | 40 | 25 | 64 | 46 | 103 |
| Binary | 11001010 | 11000010 | 10001010 | 0 | 100 | 100000 | 10101 | 110100 | 100110 | 1000011 |
Color Harmonies of #CAC28A
Complementary color
Monochromatic Colors of #CAC28A
Black with #CAC28A
Text Example
Text Example
White with #CAC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC28A; }
p { color: rgb(202,194,138); }
H1.HeaderClassName
{
color: #CAC28A;
}
.AnyTagClassName
{
color: #CAC28A;
}
</style>
background-color css
<style>
a { background-color: #CAC28A; }
a { background-color: rgb(202,194,138); }
div.DivClassName
{
background-color: #CAC28A;
}
.BgClassName
{
background-color: #CAC28A;
}
</style>
border-color css
<style>
span { border-color: #CAC28A; }
span { border-color: rgb(202,194,138); }
td.TdClassName
{
border-color: #CAC28A;
}
.TagClassName
{
border-color: #CAC28A;
}
</style>