Shades of Whiskey #CB895C
Tints of Whiskey #CB895C
RGB
CMYK
RGB Variations
Color information
#CB895C (or 0xCB895C) is known color: Whiskey. HEX triplet: CB, 89 and 5C. RGB value is (203,137,92). Sum of RGB (Red+Green+Blue) = 203+137+92=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB895C is #3476A3. Grayscale: #979797. Windows color (decimal): -3438244 or 6064587. OLE color: 6064587.
HSL color Cylindrical-coordinate representation of color #CB895C: hue angle of 24.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB895C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 92 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.20 |
| HSL | 24.32º | 0.52% | 0.58% | - |
| HSV(B) | 24.32º | 0.55% | 0.8% | - |
| XYZ | 35.51 | 31.36 | 14.31 | - |
| YUV | 151.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 92 | 0 | 0.33 | 0.55 | 0.20 | 24.32 | 0.52 | 0.58 |
| Hex | CB | 89 | 5C | 0 | 21 | 37 | 14 | 18 | 34 | 3A |
| Octal | 313 | 211 | 134 | 0 | 41 | 67 | 24 | 30 | 64 | 72 |
| Binary | 11001011 | 10001001 | 1011100 | 0 | 100001 | 110111 | 10100 | 11000 | 110100 | 111010 |
Color Harmonies of #CB895C
Complementary color
Monochromatic Colors of #CB895C
Black with #CB895C
Text Example
Text Example
White with #CB895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB895C; }
p { color: rgb(203,137,92); }
H1.HeaderClassName
{
color: #CB895C;
}
.AnyTagClassName
{
color: #CB895C;
}
</style>
background-color css
<style>
a { background-color: #CB895C; }
a { background-color: rgb(203,137,92); }
div.DivClassName
{
background-color: #CB895C;
}
.BgClassName
{
background-color: #CB895C;
}
</style>
border-color css
<style>
span { border-color: #CB895C; }
span { border-color: rgb(203,137,92); }
td.TdClassName
{
border-color: #CB895C;
}
.TagClassName
{
border-color: #CB895C;
}
</style>