Shades of Whiskey #CC895C
Tints of Whiskey #CC895C
RGB
CMYK
RGB Variations
Color information
#CC895C (or 0xCC895C) is known color: Whiskey. HEX triplet: CC, 89 and 5C. RGB value is (204,137,92). Sum of RGB (Red+Green+Blue) = 204+137+92=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC895C is #3376A3. Grayscale: #989898. Windows color (decimal): -3372708 or 6064588. OLE color: 6064588.
HSL color Cylindrical-coordinate representation of color #CC895C: hue angle of 24.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 #CC895C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 92 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.2 |
| HSL | 24.11º | 0.52% | 0.58% | - |
| HSV(B) | 24.11º | 0.55% | 0.8% | - |
| XYZ | 35.78 | 31.5 | 14.32 | - |
| YUV | 151.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 92 | 0 | 0.33 | 0.55 | 0.2 | 24.11 | 0.52 | 0.58 |
| Hex | CC | 89 | 5C | 0 | 21 | 37 | 14 | 18 | 34 | 3A |
| Octal | 314 | 211 | 134 | 0 | 41 | 67 | 24 | 30 | 64 | 72 |
| Binary | 11001100 | 10001001 | 1011100 | 0 | 100001 | 110111 | 10100 | 11000 | 110100 | 111010 |
Color Harmonies of #CC895C
Complementary color
Monochromatic Colors of #CC895C
Black with #CC895C
Text Example
Text Example
White with #CC895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC895C; }
p { color: rgb(204,137,92); }
H1.HeaderClassName
{
color: #CC895C;
}
.AnyTagClassName
{
color: #CC895C;
}
</style>
background-color css
<style>
a { background-color: #CC895C; }
a { background-color: rgb(204,137,92); }
div.DivClassName
{
background-color: #CC895C;
}
.BgClassName
{
background-color: #CC895C;
}
</style>
border-color css
<style>
span { border-color: #CC895C; }
span { border-color: rgb(204,137,92); }
td.TdClassName
{
border-color: #CC895C;
}
.TagClassName
{
border-color: #CC895C;
}
</style>