Shades of Winter Hazel #CBC374
Tints of Winter Hazel #CBC374
RGB
CMYK
RGB Variations
Color information
#CBC374 (or 0xCBC374) is known color: Winter Hazel. HEX triplet: CB, C3 and 74. RGB value is (203,195,116). Sum of RGB (Red+Green+Blue) = 203+195+116=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC374 is #343C8B. Grayscale: #BCBCBC. Windows color (decimal): -3423372 or 7652299. OLE color: 7652299.
HSL color Cylindrical-coordinate representation of color #CBC374: hue angle of 54.48º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBC374 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 116 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.20 |
| HSL | 54.48º | 0.46% | 0.63% | - |
| HSV(B) | 54.48º | 0.43% | 0.8% | - |
| XYZ | 47.3 | 52.99 | 24.26 | - |
| YUV | 188.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 116 | 0 | 0.04 | 0.43 | 0.20 | 54.48 | 0.46 | 0.63 |
| Hex | CB | C3 | 74 | 0 | 4 | 2B | 14 | 36 | 2E | 3F |
| Octal | 313 | 303 | 164 | 0 | 4 | 53 | 24 | 66 | 56 | 77 |
| Binary | 11001011 | 11000011 | 1110100 | 0 | 100 | 101011 | 10100 | 110110 | 101110 | 111111 |
Color Harmonies of #CBC374
Complementary color
Monochromatic Colors of #CBC374
Black with #CBC374
Text Example
Text Example
White with #CBC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC374; }
p { color: rgb(203,195,116); }
H1.HeaderClassName
{
color: #CBC374;
}
.AnyTagClassName
{
color: #CBC374;
}
</style>
background-color css
<style>
a { background-color: #CBC374; }
a { background-color: rgb(203,195,116); }
div.DivClassName
{
background-color: #CBC374;
}
.BgClassName
{
background-color: #CBC374;
}
</style>
border-color css
<style>
span { border-color: #CBC374; }
span { border-color: rgb(203,195,116); }
td.TdClassName
{
border-color: #CBC374;
}
.TagClassName
{
border-color: #CBC374;
}
</style>