Shades of Winter Hazel #CCC27D
Tints of Winter Hazel #CCC27D
RGB
CMYK
RGB Variations
Color information
#CCC27D (or 0xCCC27D) is known color: Winter Hazel. HEX triplet: CC, C2 and 7D. RGB value is (204,194,125). Sum of RGB (Red+Green+Blue) = 204+194+125=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC27D is #333D82. Grayscale: #BDBDBD. Windows color (decimal): -3358083 or 8241868. OLE color: 8241868.
HSL color Cylindrical-coordinate representation of color #CCC27D: hue angle of 52.41º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC27D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 125 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.2 |
| HSL | 52.41º | 0.44% | 0.65% | - |
| HSV(B) | 52.41º | 0.39% | 0.8% | - |
| XYZ | 47.9 | 52.9 | 27.09 | - |
| YUV | 189.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 125 | 0 | 0.05 | 0.39 | 0.2 | 52.41 | 0.44 | 0.65 |
| Hex | CC | C2 | 7D | 0 | 5 | 27 | 14 | 34 | 2C | 41 |
| Octal | 314 | 302 | 175 | 0 | 5 | 47 | 24 | 64 | 54 | 101 |
| Binary | 11001100 | 11000010 | 1111101 | 0 | 101 | 100111 | 10100 | 110100 | 101100 | 1000001 |
Color Harmonies of #CCC27D
Complementary color
Monochromatic Colors of #CCC27D
Black with #CCC27D
Text Example
Text Example
White with #CCC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC27D; }
p { color: rgb(204,194,125); }
H1.HeaderClassName
{
color: #CCC27D;
}
.AnyTagClassName
{
color: #CCC27D;
}
</style>
background-color css
<style>
a { background-color: #CCC27D; }
a { background-color: rgb(204,194,125); }
div.DivClassName
{
background-color: #CCC27D;
}
.BgClassName
{
background-color: #CCC27D;
}
</style>
border-color css
<style>
span { border-color: #CCC27D; }
span { border-color: rgb(204,194,125); }
td.TdClassName
{
border-color: #CCC27D;
}
.TagClassName
{
border-color: #CCC27D;
}
</style>