Shades of Whiskey #CB956B
Tints of Whiskey #CB956B
RGB
CMYK
RGB Variations
Color information
#CB956B (or 0xCB956B) is known color: Whiskey. HEX triplet: CB, 95 and 6B. RGB value is (203,149,107). Sum of RGB (Red+Green+Blue) = 203+149+107=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB956B is #346A94. Grayscale: #A0A0A0. Windows color (decimal): -3435157 or 7050699. OLE color: 7050699.
HSL color Cylindrical-coordinate representation of color #CB956B: hue angle of 26.25º 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 #CB956B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 107 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.20 |
| HSL | 26.25º | 0.48% | 0.61% | - |
| HSV(B) | 26.25º | 0.47% | 0.8% | - |
| XYZ | 38.03 | 35.25 | 18.71 | - |
| YUV | 160.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 107 | 0 | 0.27 | 0.47 | 0.20 | 26.25 | 0.48 | 0.61 |
| Hex | CB | 95 | 6B | 0 | 1B | 2F | 14 | 1A | 30 | 3D |
| Octal | 313 | 225 | 153 | 0 | 33 | 57 | 24 | 32 | 60 | 75 |
| Binary | 11001011 | 10010101 | 1101011 | 0 | 11011 | 101111 | 10100 | 11010 | 110000 | 111101 |
Color Harmonies of #CB956B
Complementary color
Monochromatic Colors of #CB956B
Black with #CB956B
Text Example
Text Example
White with #CB956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB956B; }
p { color: rgb(203,149,107); }
H1.HeaderClassName
{
color: #CB956B;
}
.AnyTagClassName
{
color: #CB956B;
}
</style>
background-color css
<style>
a { background-color: #CB956B; }
a { background-color: rgb(203,149,107); }
div.DivClassName
{
background-color: #CB956B;
}
.BgClassName
{
background-color: #CB956B;
}
</style>
border-color css
<style>
span { border-color: #CB956B; }
span { border-color: rgb(203,149,107); }
td.TdClassName
{
border-color: #CB956B;
}
.TagClassName
{
border-color: #CB956B;
}
</style>