Shades of Winter Hazel #CBC67F
Tints of Winter Hazel #CBC67F
RGB
CMYK
RGB Variations
Color information
#CBC67F (or 0xCBC67F) is known color: Winter Hazel. HEX triplet: CB, C6 and 7F. RGB value is (203,198,127). Sum of RGB (Red+Green+Blue) = 203+198+127=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC67F is #343980. Grayscale: #BFBFBF. Windows color (decimal): -3422593 or 8373963. OLE color: 8373963.
HSL color Cylindrical-coordinate representation of color #CBC67F: hue angle of 56.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBC67F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 127 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.20 |
| HSL | 56.05º | 0.42% | 0.65% | - |
| HSV(B) | 56.05º | 0.37% | 0.8% | - |
| XYZ | 48.65 | 54.62 | 28.06 | - |
| YUV | 191.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 127 | 0 | 0.02 | 0.37 | 0.20 | 56.05 | 0.42 | 0.65 |
| Hex | CB | C6 | 7F | 0 | 2 | 25 | 14 | 38 | 2A | 41 |
| Octal | 313 | 306 | 177 | 0 | 2 | 45 | 24 | 70 | 52 | 101 |
| Binary | 11001011 | 11000110 | 1111111 | 0 | 10 | 100101 | 10100 | 111000 | 101010 | 1000001 |
Color Harmonies of #CBC67F
Complementary color
Monochromatic Colors of #CBC67F
Black with #CBC67F
Text Example
Text Example
White with #CBC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC67F; }
p { color: rgb(203,198,127); }
H1.HeaderClassName
{
color: #CBC67F;
}
.AnyTagClassName
{
color: #CBC67F;
}
</style>
background-color css
<style>
a { background-color: #CBC67F; }
a { background-color: rgb(203,198,127); }
div.DivClassName
{
background-color: #CBC67F;
}
.BgClassName
{
background-color: #CBC67F;
}
</style>
border-color css
<style>
span { border-color: #CBC67F; }
span { border-color: rgb(203,198,127); }
td.TdClassName
{
border-color: #CBC67F;
}
.TagClassName
{
border-color: #CBC67F;
}
</style>