Shades of Whiskey #CB916A
Tints of Whiskey #CB916A
RGB
CMYK
RGB Variations
Color information
#CB916A (or 0xCB916A) is known color: Whiskey. HEX triplet: CB, 91 and 6A. RGB value is (203,145,106). Sum of RGB (Red+Green+Blue) = 203+145+106=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB916A is #346E95. Grayscale: #9E9E9E. Windows color (decimal): -3436182 or 6984139. OLE color: 6984139.
HSL color Cylindrical-coordinate representation of color #CB916A: hue angle of 24.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB916A is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 106 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.20 |
| HSL | 24.12º | 0.48% | 0.61% | - |
| HSV(B) | 24.12º | 0.48% | 0.8% | - |
| XYZ | 37.36 | 33.99 | 18.23 | - |
| YUV | 157.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 106 | 0 | 0.29 | 0.48 | 0.20 | 24.12 | 0.48 | 0.61 |
| Hex | CB | 91 | 6A | 0 | 1D | 30 | 14 | 18 | 30 | 3D |
| Octal | 313 | 221 | 152 | 0 | 35 | 60 | 24 | 30 | 60 | 75 |
| Binary | 11001011 | 10010001 | 1101010 | 0 | 11101 | 110000 | 10100 | 11000 | 110000 | 111101 |
Color Harmonies of #CB916A
Complementary color
Monochromatic Colors of #CB916A
Black with #CB916A
Text Example
Text Example
White with #CB916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB916A; }
p { color: rgb(203,145,106); }
H1.HeaderClassName
{
color: #CB916A;
}
.AnyTagClassName
{
color: #CB916A;
}
</style>
background-color css
<style>
a { background-color: #CB916A; }
a { background-color: rgb(203,145,106); }
div.DivClassName
{
background-color: #CB916A;
}
.BgClassName
{
background-color: #CB916A;
}
</style>
border-color css
<style>
span { border-color: #CB916A; }
span { border-color: rgb(203,145,106); }
td.TdClassName
{
border-color: #CB916A;
}
.TagClassName
{
border-color: #CB916A;
}
</style>