Shades of Whiskey #CB935F
Tints of Whiskey #CB935F
RGB
CMYK
RGB Variations
Color information
#CB935F (or 0xCB935F) is known color: Whiskey. HEX triplet: CB, 93 and 5F. RGB value is (203,147,95). Sum of RGB (Red+Green+Blue) = 203+147+95=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB935F is #346CA0. Grayscale: #9E9E9E. Windows color (decimal): -3435681 or 6263755. OLE color: 6263755.
HSL color Cylindrical-coordinate representation of color #CB935F: hue angle of 28.89º 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 #CB935F is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 95 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.20 |
| HSL | 28.89º | 0.51% | 0.58% | - |
| HSV(B) | 28.89º | 0.53% | 0.8% | - |
| XYZ | 37.13 | 34.39 | 15.51 | - |
| YUV | 157.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 95 | 0 | 0.28 | 0.53 | 0.20 | 28.89 | 0.51 | 0.58 |
| Hex | CB | 93 | 5F | 0 | 1C | 35 | 14 | 1D | 33 | 3A |
| Octal | 313 | 223 | 137 | 0 | 34 | 65 | 24 | 35 | 63 | 72 |
| Binary | 11001011 | 10010011 | 1011111 | 0 | 11100 | 110101 | 10100 | 11101 | 110011 | 111010 |
Color Harmonies of #CB935F
Complementary color
Monochromatic Colors of #CB935F
Black with #CB935F
Text Example
Text Example
White with #CB935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB935F; }
p { color: rgb(203,147,95); }
H1.HeaderClassName
{
color: #CB935F;
}
.AnyTagClassName
{
color: #CB935F;
}
</style>
background-color css
<style>
a { background-color: #CB935F; }
a { background-color: rgb(203,147,95); }
div.DivClassName
{
background-color: #CB935F;
}
.BgClassName
{
background-color: #CB935F;
}
</style>
border-color css
<style>
span { border-color: #CB935F; }
span { border-color: rgb(203,147,95); }
td.TdClassName
{
border-color: #CB935F;
}
.TagClassName
{
border-color: #CB935F;
}
</style>