Shades of Winter Hazel #CBC693
Tints of Winter Hazel #CBC693
RGB
CMYK
RGB Variations
Color information
#CBC693 (or 0xCBC693) is known color: Winter Hazel. HEX triplet: CB, C6 and 93. RGB value is (203,198,147). Sum of RGB (Red+Green+Blue) = 203+198+147=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC693 is #34396C. Grayscale: #C1C1C1. Windows color (decimal): -3422573 or 9684683. OLE color: 9684683.
HSL color Cylindrical-coordinate representation of color #CBC693: hue angle of 54.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBC693 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 147 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.20 |
| HSL | 54.64º | 0.35% | 0.69% | - |
| HSV(B) | 54.64º | 0.28% | 0.8% | - |
| XYZ | 50.09 | 55.19 | 35.62 | - |
| YUV | 193.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 147 | 0 | 0.02 | 0.28 | 0.20 | 54.64 | 0.35 | 0.69 |
| Hex | CB | C6 | 93 | 0 | 2 | 1C | 14 | 37 | 23 | 45 |
| Octal | 313 | 306 | 223 | 0 | 2 | 34 | 24 | 67 | 43 | 105 |
| Binary | 11001011 | 11000110 | 10010011 | 0 | 10 | 11100 | 10100 | 110111 | 100011 | 1000101 |
Color Harmonies of #CBC693
Complementary color
Monochromatic Colors of #CBC693
Black with #CBC693
Text Example
Text Example
White with #CBC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC693; }
p { color: rgb(203,198,147); }
H1.HeaderClassName
{
color: #CBC693;
}
.AnyTagClassName
{
color: #CBC693;
}
</style>
background-color css
<style>
a { background-color: #CBC693; }
a { background-color: rgb(203,198,147); }
div.DivClassName
{
background-color: #CBC693;
}
.BgClassName
{
background-color: #CBC693;
}
</style>
border-color css
<style>
span { border-color: #CBC693; }
span { border-color: rgb(203,198,147); }
td.TdClassName
{
border-color: #CBC693;
}
.TagClassName
{
border-color: #CBC693;
}
</style>