Shades of Winter Hazel #CCC18B
Tints of Winter Hazel #CCC18B
RGB
CMYK
RGB Variations
Color information
#CCC18B (or 0xCCC18B) is known color: Winter Hazel. HEX triplet: CC, C1 and 8B. RGB value is (204,193,139). Sum of RGB (Red+Green+Blue) = 204+193+139=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC18B is #333E74. Grayscale: #BEBEBE. Windows color (decimal): -3358325 or 9159116. OLE color: 9159116.
HSL color Cylindrical-coordinate representation of color #CCC18B: hue angle of 49.85º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC18B is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 139 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.2 |
| HSL | 49.85º | 0.39% | 0.67% | - |
| HSV(B) | 49.85º | 0.32% | 0.8% | - |
| XYZ | 48.63 | 52.84 | 32.06 | - |
| YUV | 190.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 139 | 0 | 0.05 | 0.32 | 0.2 | 49.85 | 0.39 | 0.67 |
| Hex | CC | C1 | 8B | 0 | 5 | 20 | 14 | 32 | 27 | 43 |
| Octal | 314 | 301 | 213 | 0 | 5 | 40 | 24 | 62 | 47 | 103 |
| Binary | 11001100 | 11000001 | 10001011 | 0 | 101 | 100000 | 10100 | 110010 | 100111 | 1000011 |
Color Harmonies of #CCC18B
Complementary color
Monochromatic Colors of #CCC18B
Black with #CCC18B
Text Example
Text Example
White with #CCC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC18B; }
p { color: rgb(204,193,139); }
H1.HeaderClassName
{
color: #CCC18B;
}
.AnyTagClassName
{
color: #CCC18B;
}
</style>
background-color css
<style>
a { background-color: #CCC18B; }
a { background-color: rgb(204,193,139); }
div.DivClassName
{
background-color: #CCC18B;
}
.BgClassName
{
background-color: #CCC18B;
}
</style>
border-color css
<style>
span { border-color: #CCC18B; }
span { border-color: rgb(204,193,139); }
td.TdClassName
{
border-color: #CCC18B;
}
.TagClassName
{
border-color: #CCC18B;
}
</style>