Shades of Winter Hazel #CBC38A
Tints of Winter Hazel #CBC38A
RGB
CMYK
RGB Variations
Color information
#CBC38A (or 0xCBC38A) is known color: Winter Hazel. HEX triplet: CB, C3 and 8A. RGB value is (203,195,138). Sum of RGB (Red+Green+Blue) = 203+195+138=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC38A is #343C75. Grayscale: #BFBFBF. Windows color (decimal): -3423350 or 9094091. OLE color: 9094091.
HSL color Cylindrical-coordinate representation of color #CBC38A: hue angle of 52.62º degrees, saturation: 0.38, 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 #CBC38A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 138 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.20 |
| HSL | 52.62º | 0.38% | 0.67% | - |
| HSV(B) | 52.62º | 0.32% | 0.8% | - |
| XYZ | 48.73 | 53.56 | 31.81 | - |
| YUV | 190.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 138 | 0 | 0.04 | 0.32 | 0.20 | 52.62 | 0.38 | 0.67 |
| Hex | CB | C3 | 8A | 0 | 4 | 20 | 14 | 35 | 26 | 43 |
| Octal | 313 | 303 | 212 | 0 | 4 | 40 | 24 | 65 | 46 | 103 |
| Binary | 11001011 | 11000011 | 10001010 | 0 | 100 | 100000 | 10100 | 110101 | 100110 | 1000011 |
Color Harmonies of #CBC38A
Complementary color
Monochromatic Colors of #CBC38A
Black with #CBC38A
Text Example
Text Example
White with #CBC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC38A; }
p { color: rgb(203,195,138); }
H1.HeaderClassName
{
color: #CBC38A;
}
.AnyTagClassName
{
color: #CBC38A;
}
</style>
background-color css
<style>
a { background-color: #CBC38A; }
a { background-color: rgb(203,195,138); }
div.DivClassName
{
background-color: #CBC38A;
}
.BgClassName
{
background-color: #CBC38A;
}
</style>
border-color css
<style>
span { border-color: #CBC38A; }
span { border-color: rgb(203,195,138); }
td.TdClassName
{
border-color: #CBC38A;
}
.TagClassName
{
border-color: #CBC38A;
}
</style>