Shades of Winter Hazel #CBC08D
Tints of Winter Hazel #CBC08D
RGB
CMYK
RGB Variations
Color information
#CBC08D (or 0xCBC08D) is known color: Winter Hazel. HEX triplet: CB, C0 and 8D. RGB value is (203,192,141). Sum of RGB (Red+Green+Blue) = 203+192+141=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC08D is #343F72. Grayscale: #BDBDBD. Windows color (decimal): -3424115 or 9289931. OLE color: 9289931.
HSL color Cylindrical-coordinate representation of color #CBC08D: hue angle of 49.35º degrees, saturation: 0.37, 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 #CBC08D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 141 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.20 |
| HSL | 49.35º | 0.37% | 0.67% | - |
| HSV(B) | 49.35º | 0.31% | 0.8% | - |
| XYZ | 48.29 | 52.32 | 32.75 | - |
| YUV | 189.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 141 | 0 | 0.05 | 0.31 | 0.20 | 49.35 | 0.37 | 0.67 |
| Hex | CB | C0 | 8D | 0 | 5 | 1F | 14 | 31 | 25 | 43 |
| Octal | 313 | 300 | 215 | 0 | 5 | 37 | 24 | 61 | 45 | 103 |
| Binary | 11001011 | 11000000 | 10001101 | 0 | 101 | 11111 | 10100 | 110001 | 100101 | 1000011 |
Color Harmonies of #CBC08D
Complementary color
Monochromatic Colors of #CBC08D
Black with #CBC08D
Text Example
Text Example
White with #CBC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC08D; }
p { color: rgb(203,192,141); }
H1.HeaderClassName
{
color: #CBC08D;
}
.AnyTagClassName
{
color: #CBC08D;
}
</style>
background-color css
<style>
a { background-color: #CBC08D; }
a { background-color: rgb(203,192,141); }
div.DivClassName
{
background-color: #CBC08D;
}
.BgClassName
{
background-color: #CBC08D;
}
</style>
border-color css
<style>
span { border-color: #CBC08D; }
span { border-color: rgb(203,192,141); }
td.TdClassName
{
border-color: #CBC08D;
}
.TagClassName
{
border-color: #CBC08D;
}
</style>