Shades of Whiskey #CC956B
Tints of Whiskey #CC956B
RGB
CMYK
RGB Variations
Color information
#CC956B (or 0xCC956B) is known color: Whiskey. HEX triplet: CC, 95 and 6B. RGB value is (204,149,107). Sum of RGB (Red+Green+Blue) = 204+149+107=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC956B is #336A94. Grayscale: #A0A0A0. Windows color (decimal): -3369621 or 7050700. OLE color: 7050700.
HSL color Cylindrical-coordinate representation of color #CC956B: hue angle of 25.98º 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 #CC956B is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 107 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.2 |
| HSL | 25.98º | 0.49% | 0.61% | - |
| HSV(B) | 25.98º | 0.48% | 0.8% | - |
| XYZ | 38.3 | 35.39 | 18.72 | - |
| YUV | 160.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 107 | 0 | 0.27 | 0.48 | 0.2 | 25.98 | 0.49 | 0.61 |
| Hex | CC | 95 | 6B | 0 | 1B | 30 | 14 | 1A | 31 | 3D |
| Octal | 314 | 225 | 153 | 0 | 33 | 60 | 24 | 32 | 61 | 75 |
| Binary | 11001100 | 10010101 | 1101011 | 0 | 11011 | 110000 | 10100 | 11010 | 110001 | 111101 |
Color Harmonies of #CC956B
Complementary color
Monochromatic Colors of #CC956B
Black with #CC956B
Text Example
Text Example
White with #CC956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC956B; }
p { color: rgb(204,149,107); }
H1.HeaderClassName
{
color: #CC956B;
}
.AnyTagClassName
{
color: #CC956B;
}
</style>
background-color css
<style>
a { background-color: #CC956B; }
a { background-color: rgb(204,149,107); }
div.DivClassName
{
background-color: #CC956B;
}
.BgClassName
{
background-color: #CC956B;
}
</style>
border-color css
<style>
span { border-color: #CC956B; }
span { border-color: rgb(204,149,107); }
td.TdClassName
{
border-color: #CC956B;
}
.TagClassName
{
border-color: #CC956B;
}
</style>