Shades of Whiskey #CC936B
Tints of Whiskey #CC936B
RGB
CMYK
RGB Variations
Color information
#CC936B (or 0xCC936B) is known color: Whiskey. HEX triplet: CC, 93 and 6B. RGB value is (204,147,107). Sum of RGB (Red+Green+Blue) = 204+147+107=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936B is #336C94. Grayscale: #9F9F9F. Windows color (decimal): -3370133 or 7050188. OLE color: 7050188.
HSL color Cylindrical-coordinate representation of color #CC936B: hue angle of 24.74º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC936B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 107 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.2 |
| HSL | 24.74º | 0.49% | 0.61% | - |
| HSV(B) | 24.74º | 0.48% | 0.8% | - |
| XYZ | 37.99 | 34.77 | 18.62 | - |
| YUV | 159.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 107 | 0 | 0.28 | 0.48 | 0.2 | 24.74 | 0.49 | 0.61 |
| Hex | CC | 93 | 6B | 0 | 1C | 30 | 14 | 19 | 31 | 3D |
| Octal | 314 | 223 | 153 | 0 | 34 | 60 | 24 | 31 | 61 | 75 |
| Binary | 11001100 | 10010011 | 1101011 | 0 | 11100 | 110000 | 10100 | 11001 | 110001 | 111101 |
Color Harmonies of #CC936B
Complementary color
Monochromatic Colors of #CC936B
Black with #CC936B
Text Example
Text Example
White with #CC936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC936B; }
p { color: rgb(204,147,107); }
H1.HeaderClassName
{
color: #CC936B;
}
.AnyTagClassName
{
color: #CC936B;
}
</style>
background-color css
<style>
a { background-color: #CC936B; }
a { background-color: rgb(204,147,107); }
div.DivClassName
{
background-color: #CC936B;
}
.BgClassName
{
background-color: #CC936B;
}
</style>
border-color css
<style>
span { border-color: #CC936B; }
span { border-color: rgb(204,147,107); }
td.TdClassName
{
border-color: #CC936B;
}
.TagClassName
{
border-color: #CC936B;
}
</style>