Shades of Winter Hazel #CAC593
Tints of Winter Hazel #CAC593
RGB
CMYK
RGB Variations
Color information
#CAC593 (or 0xCAC593) is known color: Winter Hazel. HEX triplet: CA, C5 and 93. RGB value is (202,197,147). Sum of RGB (Red+Green+Blue) = 202+197+147=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC593 is #353A6C. Grayscale: #C1C1C1. Windows color (decimal): -3488365 or 9684426. OLE color: 9684426.
HSL color Cylindrical-coordinate representation of color #CAC593: hue angle of 54.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAC593 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 147 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.21 |
| HSL | 54.55º | 0.34% | 0.68% | - |
| HSV(B) | 54.55º | 0.27% | 0.79% | - |
| XYZ | 49.59 | 54.6 | 35.53 | - |
| YUV | 192.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 147 | 0 | 0.02 | 0.27 | 0.21 | 54.55 | 0.34 | 0.68 |
| Hex | CA | C5 | 93 | 0 | 2 | 1B | 15 | 37 | 22 | 44 |
| Octal | 312 | 305 | 223 | 0 | 2 | 33 | 25 | 67 | 42 | 104 |
| Binary | 11001010 | 11000101 | 10010011 | 0 | 10 | 11011 | 10101 | 110111 | 100010 | 1000100 |
Color Harmonies of #CAC593
Complementary color
Monochromatic Colors of #CAC593
Black with #CAC593
Text Example
Text Example
White with #CAC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC593; }
p { color: rgb(202,197,147); }
H1.HeaderClassName
{
color: #CAC593;
}
.AnyTagClassName
{
color: #CAC593;
}
</style>
background-color css
<style>
a { background-color: #CAC593; }
a { background-color: rgb(202,197,147); }
div.DivClassName
{
background-color: #CAC593;
}
.BgClassName
{
background-color: #CAC593;
}
</style>
border-color css
<style>
span { border-color: #CAC593; }
span { border-color: rgb(202,197,147); }
td.TdClassName
{
border-color: #CAC593;
}
.TagClassName
{
border-color: #CAC593;
}
</style>