Shades of Whiskey Sour #CC8F5A
Tints of Whiskey Sour #CC8F5A
RGB
CMYK
RGB Variations
Color information
#CC8F5A (or 0xCC8F5A) is known color: Whiskey Sour. HEX triplet: CC, 8F and 5A. RGB value is (204,143,90). Sum of RGB (Red+Green+Blue) = 204+143+90=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F5A is #3370A5. Grayscale: #9B9B9B. Windows color (decimal): -3371174 or 5935052. OLE color: 5935052.
HSL color Cylindrical-coordinate representation of color #CC8F5A: hue angle of 27.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC8F5A is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 90 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.2 |
| HSL | 27.89º | 0.53% | 0.58% | - |
| HSV(B) | 27.89º | 0.56% | 0.8% | - |
| XYZ | 36.57 | 33.22 | 14.16 | - |
| YUV | 155.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 90 | 0 | 0.30 | 0.56 | 0.2 | 27.89 | 0.53 | 0.58 |
| Hex | CC | 8F | 5A | 0 | 1E | 38 | 14 | 1C | 35 | 3A |
| Octal | 314 | 217 | 132 | 0 | 36 | 70 | 24 | 34 | 65 | 72 |
| Binary | 11001100 | 10001111 | 1011010 | 0 | 11110 | 111000 | 10100 | 11100 | 110101 | 111010 |
Color Harmonies of #CC8F5A
Complementary color
Monochromatic Colors of #CC8F5A
Black with #CC8F5A
Text Example
Text Example
White with #CC8F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F5A; }
p { color: rgb(204,143,90); }
H1.HeaderClassName
{
color: #CC8F5A;
}
.AnyTagClassName
{
color: #CC8F5A;
}
</style>
background-color css
<style>
a { background-color: #CC8F5A; }
a { background-color: rgb(204,143,90); }
div.DivClassName
{
background-color: #CC8F5A;
}
.BgClassName
{
background-color: #CC8F5A;
}
</style>
border-color css
<style>
span { border-color: #CC8F5A; }
span { border-color: rgb(204,143,90); }
td.TdClassName
{
border-color: #CC8F5A;
}
.TagClassName
{
border-color: #CC8F5A;
}
</style>