Shades of Whiskey #CB915F
Tints of Whiskey #CB915F
RGB
CMYK
RGB Variations
Color information
#CB915F (or 0xCB915F) is known color: Whiskey. HEX triplet: CB, 91 and 5F. RGB value is (203,145,95). Sum of RGB (Red+Green+Blue) = 203+145+95=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB915F is #346EA0. Grayscale: #9C9C9C. Windows color (decimal): -3436193 or 6263243. OLE color: 6263243.
HSL color Cylindrical-coordinate representation of color #CB915F: hue angle of 27.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB915F is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 95 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.20 |
| HSL | 27.78º | 0.51% | 0.58% | - |
| HSV(B) | 27.78º | 0.53% | 0.8% | - |
| XYZ | 36.82 | 33.77 | 15.4 | - |
| YUV | 156.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 95 | 0 | 0.29 | 0.53 | 0.20 | 27.78 | 0.51 | 0.58 |
| Hex | CB | 91 | 5F | 0 | 1D | 35 | 14 | 1C | 33 | 3A |
| Octal | 313 | 221 | 137 | 0 | 35 | 65 | 24 | 34 | 63 | 72 |
| Binary | 11001011 | 10010001 | 1011111 | 0 | 11101 | 110101 | 10100 | 11100 | 110011 | 111010 |
Color Harmonies of #CB915F
Complementary color
Monochromatic Colors of #CB915F
Black with #CB915F
Text Example
Text Example
White with #CB915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB915F; }
p { color: rgb(203,145,95); }
H1.HeaderClassName
{
color: #CB915F;
}
.AnyTagClassName
{
color: #CB915F;
}
</style>
background-color css
<style>
a { background-color: #CB915F; }
a { background-color: rgb(203,145,95); }
div.DivClassName
{
background-color: #CB915F;
}
.BgClassName
{
background-color: #CB915F;
}
</style>
border-color css
<style>
span { border-color: #CB915F; }
span { border-color: rgb(203,145,95); }
td.TdClassName
{
border-color: #CB915F;
}
.TagClassName
{
border-color: #CB915F;
}
</style>