Shades of Whiskey Sour #CC8B5B
Tints of Whiskey Sour #CC8B5B
RGB
CMYK
RGB Variations
Color information
#CC8B5B (or 0xCC8B5B) is known color: Whiskey Sour. HEX triplet: CC, 8B and 5B. RGB value is (204,139,91). Sum of RGB (Red+Green+Blue) = 204+139+91=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B5B is #3374A4. Grayscale: #999999. Windows color (decimal): -3372197 or 5999564. OLE color: 5999564.
HSL color Cylindrical-coordinate representation of color #CC8B5B: hue angle of 25.49º degrees, saturation: 0.53, 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 #CC8B5B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 91 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.2 |
| HSL | 25.49º | 0.53% | 0.58% | - |
| HSV(B) | 25.49º | 0.55% | 0.8% | - |
| XYZ | 36.02 | 32.06 | 14.19 | - |
| YUV | 152.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 91 | 0 | 0.32 | 0.55 | 0.2 | 25.49 | 0.53 | 0.58 |
| Hex | CC | 8B | 5B | 0 | 20 | 37 | 14 | 19 | 35 | 3A |
| Octal | 314 | 213 | 133 | 0 | 40 | 67 | 24 | 31 | 65 | 72 |
| Binary | 11001100 | 10001011 | 1011011 | 0 | 100000 | 110111 | 10100 | 11001 | 110101 | 111010 |
Color Harmonies of #CC8B5B
Complementary color
Monochromatic Colors of #CC8B5B
Black with #CC8B5B
Text Example
Text Example
White with #CC8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B5B; }
p { color: rgb(204,139,91); }
H1.HeaderClassName
{
color: #CC8B5B;
}
.AnyTagClassName
{
color: #CC8B5B;
}
</style>
background-color css
<style>
a { background-color: #CC8B5B; }
a { background-color: rgb(204,139,91); }
div.DivClassName
{
background-color: #CC8B5B;
}
.BgClassName
{
background-color: #CC8B5B;
}
</style>
border-color css
<style>
span { border-color: #CC8B5B; }
span { border-color: rgb(204,139,91); }
td.TdClassName
{
border-color: #CC8B5B;
}
.TagClassName
{
border-color: #CC8B5B;
}
</style>