Shades of Winter Hazel #CCC67F
Tints of Winter Hazel #CCC67F
RGB
CMYK
RGB Variations
Color information
#CCC67F (or 0xCCC67F) is known color: Winter Hazel. HEX triplet: CC, C6 and 7F. RGB value is (204,198,127). Sum of RGB (Red+Green+Blue) = 204+198+127=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67F is #333980. Grayscale: #BFBFBF. Windows color (decimal): -3357057 or 8373964. OLE color: 8373964.
HSL color Cylindrical-coordinate representation of color #CCC67F: hue angle of 55.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC67F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 127 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.2 |
| HSL | 55.32º | 0.43% | 0.65% | - |
| HSV(B) | 55.32º | 0.38% | 0.8% | - |
| XYZ | 48.93 | 54.76 | 28.07 | - |
| YUV | 191.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 127 | 0 | 0.03 | 0.38 | 0.2 | 55.32 | 0.43 | 0.65 |
| Hex | CC | C6 | 7F | 0 | 3 | 26 | 14 | 37 | 2B | 41 |
| Octal | 314 | 306 | 177 | 0 | 3 | 46 | 24 | 67 | 53 | 101 |
| Binary | 11001100 | 11000110 | 1111111 | 0 | 11 | 100110 | 10100 | 110111 | 101011 | 1000001 |
Color Harmonies of #CCC67F
Complementary color
Monochromatic Colors of #CCC67F
Black with #CCC67F
Text Example
Text Example
White with #CCC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC67F; }
p { color: rgb(204,198,127); }
H1.HeaderClassName
{
color: #CCC67F;
}
.AnyTagClassName
{
color: #CCC67F;
}
</style>
background-color css
<style>
a { background-color: #CCC67F; }
a { background-color: rgb(204,198,127); }
div.DivClassName
{
background-color: #CCC67F;
}
.BgClassName
{
background-color: #CCC67F;
}
</style>
border-color css
<style>
span { border-color: #CCC67F; }
span { border-color: rgb(204,198,127); }
td.TdClassName
{
border-color: #CCC67F;
}
.TagClassName
{
border-color: #CCC67F;
}
</style>