Shades of Winter Hazel #CCC38C
Tints of Winter Hazel #CCC38C
RGB
CMYK
RGB Variations
Color information
#CCC38C (or 0xCCC38C) is known color: Winter Hazel. HEX triplet: CC, C3 and 8C. RGB value is (204,195,140). Sum of RGB (Red+Green+Blue) = 204+195+140=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38C is #333C73. Grayscale: #BFBFBF. Windows color (decimal): -3357812 or 9225164. OLE color: 9225164.
HSL color Cylindrical-coordinate representation of color #CCC38C: hue angle of 51.56º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC38C is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 140 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.2 |
| HSL | 51.56º | 0.39% | 0.67% | - |
| HSV(B) | 51.56º | 0.31% | 0.8% | - |
| XYZ | 49.15 | 53.76 | 32.6 | - |
| YUV | 191.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 140 | 0 | 0.04 | 0.31 | 0.2 | 51.56 | 0.39 | 0.67 |
| Hex | CC | C3 | 8C | 0 | 4 | 1F | 14 | 34 | 27 | 43 |
| Octal | 314 | 303 | 214 | 0 | 4 | 37 | 24 | 64 | 47 | 103 |
| Binary | 11001100 | 11000011 | 10001100 | 0 | 100 | 11111 | 10100 | 110100 | 100111 | 1000011 |
Color Harmonies of #CCC38C
Complementary color
Monochromatic Colors of #CCC38C
Black with #CCC38C
Text Example
Text Example
White with #CCC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC38C; }
p { color: rgb(204,195,140); }
H1.HeaderClassName
{
color: #CCC38C;
}
.AnyTagClassName
{
color: #CCC38C;
}
</style>
background-color css
<style>
a { background-color: #CCC38C; }
a { background-color: rgb(204,195,140); }
div.DivClassName
{
background-color: #CCC38C;
}
.BgClassName
{
background-color: #CCC38C;
}
</style>
border-color css
<style>
span { border-color: #CCC38C; }
span { border-color: rgb(204,195,140); }
td.TdClassName
{
border-color: #CCC38C;
}
.TagClassName
{
border-color: #CCC38C;
}
</style>