Shades of Whiskey #CB936C
Tints of Whiskey #CB936C
RGB
CMYK
RGB Variations
Color information
#CB936C (or 0xCB936C) is known color: Whiskey. HEX triplet: CB, 93 and 6C. RGB value is (203,147,108). Sum of RGB (Red+Green+Blue) = 203+147+108=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB936C is #346C93. Grayscale: #9F9F9F. Windows color (decimal): -3435668 or 7115723. OLE color: 7115723.
HSL color Cylindrical-coordinate representation of color #CB936C: hue angle of 24.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB936C is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 108 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.20 |
| HSL | 24.63º | 0.48% | 0.61% | - |
| HSV(B) | 24.63º | 0.47% | 0.8% | - |
| XYZ | 37.77 | 34.65 | 18.88 | - |
| YUV | 159.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 108 | 0 | 0.28 | 0.47 | 0.20 | 24.63 | 0.48 | 0.61 |
| Hex | CB | 93 | 6C | 0 | 1C | 2F | 14 | 19 | 30 | 3D |
| Octal | 313 | 223 | 154 | 0 | 34 | 57 | 24 | 31 | 60 | 75 |
| Binary | 11001011 | 10010011 | 1101100 | 0 | 11100 | 101111 | 10100 | 11001 | 110000 | 111101 |
Color Harmonies of #CB936C
Complementary color
Monochromatic Colors of #CB936C
Black with #CB936C
Text Example
Text Example
White with #CB936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB936C; }
p { color: rgb(203,147,108); }
H1.HeaderClassName
{
color: #CB936C;
}
.AnyTagClassName
{
color: #CB936C;
}
</style>
background-color css
<style>
a { background-color: #CB936C; }
a { background-color: rgb(203,147,108); }
div.DivClassName
{
background-color: #CB936C;
}
.BgClassName
{
background-color: #CB936C;
}
</style>
border-color css
<style>
span { border-color: #CB936C; }
span { border-color: rgb(203,147,108); }
td.TdClassName
{
border-color: #CB936C;
}
.TagClassName
{
border-color: #CB936C;
}
</style>