Shades of Winter Hazel #CAC38D
Tints of Winter Hazel #CAC38D
RGB
CMYK
RGB Variations
Color information
#CAC38D (or 0xCAC38D) is known color: Winter Hazel. HEX triplet: CA, C3 and 8D. RGB value is (202,195,141). Sum of RGB (Red+Green+Blue) = 202+195+141=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38D is #353C72. Grayscale: #BFBFBF. Windows color (decimal): -3488883 or 9290698. OLE color: 9290698.
HSL color Cylindrical-coordinate representation of color #CAC38D: hue angle of 53.11º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC38D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 141 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.21 |
| HSL | 53.11º | 0.37% | 0.67% | - |
| HSV(B) | 53.11º | 0.3% | 0.79% | - |
| XYZ | 48.68 | 53.51 | 32.96 | - |
| YUV | 190.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 141 | 0 | 0.03 | 0.30 | 0.21 | 53.11 | 0.37 | 0.67 |
| Hex | CA | C3 | 8D | 0 | 3 | 1E | 15 | 35 | 25 | 43 |
| Octal | 312 | 303 | 215 | 0 | 3 | 36 | 25 | 65 | 45 | 103 |
| Binary | 11001010 | 11000011 | 10001101 | 0 | 11 | 11110 | 10101 | 110101 | 100101 | 1000011 |
Color Harmonies of #CAC38D
Complementary color
Monochromatic Colors of #CAC38D
Black with #CAC38D
Text Example
Text Example
White with #CAC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC38D; }
p { color: rgb(202,195,141); }
H1.HeaderClassName
{
color: #CAC38D;
}
.AnyTagClassName
{
color: #CAC38D;
}
</style>
background-color css
<style>
a { background-color: #CAC38D; }
a { background-color: rgb(202,195,141); }
div.DivClassName
{
background-color: #CAC38D;
}
.BgClassName
{
background-color: #CAC38D;
}
</style>
border-color css
<style>
span { border-color: #CAC38D; }
span { border-color: rgb(202,195,141); }
td.TdClassName
{
border-color: #CAC38D;
}
.TagClassName
{
border-color: #CAC38D;
}
</style>