Shades of Whiskey #CB905E
Tints of Whiskey #CB905E
RGB
CMYK
RGB Variations
Color information
#CB905E (or 0xCB905E) is known color: Whiskey. HEX triplet: CB, 90 and 5E. RGB value is (203,144,94). Sum of RGB (Red+Green+Blue) = 203+144+94=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB905E is #346FA1. Grayscale: #9C9C9C. Windows color (decimal): -3436450 or 6197451. OLE color: 6197451.
HSL color Cylindrical-coordinate representation of color #CB905E: hue angle of 27.52º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB905E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 94 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.20 |
| HSL | 27.52º | 0.51% | 0.58% | - |
| HSV(B) | 27.52º | 0.54% | 0.8% | - |
| XYZ | 36.62 | 33.45 | 15.12 | - |
| YUV | 155.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 94 | 0 | 0.29 | 0.54 | 0.20 | 27.52 | 0.51 | 0.58 |
| Hex | CB | 90 | 5E | 0 | 1D | 36 | 14 | 1C | 33 | 3A |
| Octal | 313 | 220 | 136 | 0 | 35 | 66 | 24 | 34 | 63 | 72 |
| Binary | 11001011 | 10010000 | 1011110 | 0 | 11101 | 110110 | 10100 | 11100 | 110011 | 111010 |
Color Harmonies of #CB905E
Complementary color
Monochromatic Colors of #CB905E
Black with #CB905E
Text Example
Text Example
White with #CB905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB905E; }
p { color: rgb(203,144,94); }
H1.HeaderClassName
{
color: #CB905E;
}
.AnyTagClassName
{
color: #CB905E;
}
</style>
background-color css
<style>
a { background-color: #CB905E; }
a { background-color: rgb(203,144,94); }
div.DivClassName
{
background-color: #CB905E;
}
.BgClassName
{
background-color: #CB905E;
}
</style>
border-color css
<style>
span { border-color: #CB905E; }
span { border-color: rgb(203,144,94); }
td.TdClassName
{
border-color: #CB905E;
}
.TagClassName
{
border-color: #CB905E;
}
</style>