Shades of Whiskey #CB916C
Tints of Whiskey #CB916C
RGB
CMYK
RGB Variations
Color information
#CB916C (or 0xCB916C) is known color: Whiskey. HEX triplet: CB, 91 and 6C. RGB value is (203,145,108). Sum of RGB (Red+Green+Blue) = 203+145+108=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB916C is #346E93. Grayscale: #9E9E9E. Windows color (decimal): -3436180 or 7115211. OLE color: 7115211.
HSL color Cylindrical-coordinate representation of color #CB916C: hue angle of 23.37º 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 #CB916C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 108 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.20 |
| HSL | 23.37º | 0.48% | 0.61% | - |
| HSV(B) | 23.37º | 0.47% | 0.8% | - |
| XYZ | 37.46 | 34.03 | 18.78 | - |
| YUV | 158.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 108 | 0 | 0.29 | 0.47 | 0.20 | 23.37 | 0.48 | 0.61 |
| Hex | CB | 91 | 6C | 0 | 1D | 2F | 14 | 17 | 30 | 3D |
| Octal | 313 | 221 | 154 | 0 | 35 | 57 | 24 | 27 | 60 | 75 |
| Binary | 11001011 | 10010001 | 1101100 | 0 | 11101 | 101111 | 10100 | 10111 | 110000 | 111101 |
Color Harmonies of #CB916C
Complementary color
Monochromatic Colors of #CB916C
Black with #CB916C
Text Example
Text Example
White with #CB916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB916C; }
p { color: rgb(203,145,108); }
H1.HeaderClassName
{
color: #CB916C;
}
.AnyTagClassName
{
color: #CB916C;
}
</style>
background-color css
<style>
a { background-color: #CB916C; }
a { background-color: rgb(203,145,108); }
div.DivClassName
{
background-color: #CB916C;
}
.BgClassName
{
background-color: #CB916C;
}
</style>
border-color css
<style>
span { border-color: #CB916C; }
span { border-color: rgb(203,145,108); }
td.TdClassName
{
border-color: #CB916C;
}
.TagClassName
{
border-color: #CB916C;
}
</style>