Shades of Whiskey Sour #CB905C
Tints of Whiskey Sour #CB905C
RGB
CMYK
RGB Variations
Color information
#CB905C (or 0xCB905C) is known color: Whiskey Sour. HEX triplet: CB, 90 and 5C. RGB value is (203,144,92). Sum of RGB (Red+Green+Blue) = 203+144+92=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB905C is #346FA3. Grayscale: #9B9B9B. Windows color (decimal): -3436452 or 6066379. OLE color: 6066379.
HSL color Cylindrical-coordinate representation of color #CB905C: hue angle of 28.11º 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 #CB905C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 92 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.20 |
| HSL | 28.11º | 0.52% | 0.58% | - |
| HSV(B) | 28.11º | 0.55% | 0.8% | - |
| XYZ | 36.53 | 33.42 | 14.65 | - |
| YUV | 155.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 92 | 0 | 0.29 | 0.55 | 0.20 | 28.11 | 0.52 | 0.58 |
| Hex | CB | 90 | 5C | 0 | 1D | 37 | 14 | 1C | 34 | 3A |
| Octal | 313 | 220 | 134 | 0 | 35 | 67 | 24 | 34 | 64 | 72 |
| Binary | 11001011 | 10010000 | 1011100 | 0 | 11101 | 110111 | 10100 | 11100 | 110100 | 111010 |
Color Harmonies of #CB905C
Complementary color
Monochromatic Colors of #CB905C
Black with #CB905C
Text Example
Text Example
White with #CB905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB905C; }
p { color: rgb(203,144,92); }
H1.HeaderClassName
{
color: #CB905C;
}
.AnyTagClassName
{
color: #CB905C;
}
</style>
background-color css
<style>
a { background-color: #CB905C; }
a { background-color: rgb(203,144,92); }
div.DivClassName
{
background-color: #CB905C;
}
.BgClassName
{
background-color: #CB905C;
}
</style>
border-color css
<style>
span { border-color: #CB905C; }
span { border-color: rgb(203,144,92); }
td.TdClassName
{
border-color: #CB905C;
}
.TagClassName
{
border-color: #CB905C;
}
</style>