Shades of Whiskey Sour #CC8758
Tints of Whiskey Sour #CC8758
RGB
CMYK
RGB Variations
Color information
#CC8758 (or 0xCC8758) is known color: Whiskey Sour. HEX triplet: CC, 87 and 58. RGB value is (204,135,88). Sum of RGB (Red+Green+Blue) = 204+135+88=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8758 is #3378A7. Grayscale: #969696. Windows color (decimal): -3373224 or 5801932. OLE color: 5801932.
HSL color Cylindrical-coordinate representation of color #CC8758: hue angle of 24.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC8758 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 88 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.2 |
| HSL | 24.31º | 0.53% | 0.57% | - |
| HSV(B) | 24.31º | 0.57% | 0.8% | - |
| XYZ | 35.33 | 30.87 | 13.33 | - |
| YUV | 150.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 88 | 0 | 0.34 | 0.57 | 0.2 | 24.31 | 0.53 | 0.57 |
| Hex | CC | 87 | 58 | 0 | 22 | 39 | 14 | 18 | 35 | 39 |
| Octal | 314 | 207 | 130 | 0 | 42 | 71 | 24 | 30 | 65 | 71 |
| Binary | 11001100 | 10000111 | 1011000 | 0 | 100010 | 111001 | 10100 | 11000 | 110101 | 111001 |
Color Harmonies of #CC8758
Complementary color
Monochromatic Colors of #CC8758
Black with #CC8758
Text Example
Text Example
White with #CC8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8758; }
p { color: rgb(204,135,88); }
H1.HeaderClassName
{
color: #CC8758;
}
.AnyTagClassName
{
color: #CC8758;
}
</style>
background-color css
<style>
a { background-color: #CC8758; }
a { background-color: rgb(204,135,88); }
div.DivClassName
{
background-color: #CC8758;
}
.BgClassName
{
background-color: #CC8758;
}
</style>
border-color css
<style>
span { border-color: #CC8758; }
span { border-color: rgb(204,135,88); }
td.TdClassName
{
border-color: #CC8758;
}
.TagClassName
{
border-color: #CC8758;
}
</style>