Shades of Whiskey Sour #CB905A
Tints of Whiskey Sour #CB905A
RGB
CMYK
RGB Variations
Color information
#CB905A (or 0xCB905A) is known color: Whiskey Sour. HEX triplet: CB, 90 and 5A. RGB value is (203,144,90). Sum of RGB (Red+Green+Blue) = 203+144+90=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB905A is #346FA5. Grayscale: #9B9B9B. Windows color (decimal): -3436454 or 5935307. OLE color: 5935307.
HSL color Cylindrical-coordinate representation of color #CB905A: hue angle of 28.67º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB905A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 90 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.20 |
| HSL | 28.67º | 0.52% | 0.57% | - |
| HSV(B) | 28.67º | 0.56% | 0.8% | - |
| XYZ | 36.45 | 33.38 | 14.2 | - |
| YUV | 155.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 90 | 0 | 0.29 | 0.56 | 0.20 | 28.67 | 0.52 | 0.57 |
| Hex | CB | 90 | 5A | 0 | 1D | 38 | 14 | 1D | 34 | 39 |
| Octal | 313 | 220 | 132 | 0 | 35 | 70 | 24 | 35 | 64 | 71 |
| Binary | 11001011 | 10010000 | 1011010 | 0 | 11101 | 111000 | 10100 | 11101 | 110100 | 111001 |
Color Harmonies of #CB905A
Complementary color
Monochromatic Colors of #CB905A
Black with #CB905A
Text Example
Text Example
White with #CB905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB905A; }
p { color: rgb(203,144,90); }
H1.HeaderClassName
{
color: #CB905A;
}
.AnyTagClassName
{
color: #CB905A;
}
</style>
background-color css
<style>
a { background-color: #CB905A; }
a { background-color: rgb(203,144,90); }
div.DivClassName
{
background-color: #CB905A;
}
.BgClassName
{
background-color: #CB905A;
}
</style>
border-color css
<style>
span { border-color: #CB905A; }
span { border-color: rgb(203,144,90); }
td.TdClassName
{
border-color: #CB905A;
}
.TagClassName
{
border-color: #CB905A;
}
</style>