Shades of Whiskey #CC946B
Tints of Whiskey #CC946B
RGB
CMYK
RGB Variations
Color information
#CC946B (or 0xCC946B) is known color: Whiskey. HEX triplet: CC, 94 and 6B. RGB value is (204,148,107). Sum of RGB (Red+Green+Blue) = 204+148+107=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946B is #336B94. Grayscale: #A0A0A0. Windows color (decimal): -3369877 or 7050444. OLE color: 7050444.
HSL color Cylindrical-coordinate representation of color #CC946B: hue angle of 25.36º 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 #CC946B is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 107 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.2 |
| HSL | 25.36º | 0.49% | 0.61% | - |
| HSV(B) | 25.36º | 0.48% | 0.8% | - |
| XYZ | 38.15 | 35.08 | 18.67 | - |
| YUV | 160.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 107 | 0 | 0.27 | 0.48 | 0.2 | 25.36 | 0.49 | 0.61 |
| Hex | CC | 94 | 6B | 0 | 1B | 30 | 14 | 19 | 31 | 3D |
| Octal | 314 | 224 | 153 | 0 | 33 | 60 | 24 | 31 | 61 | 75 |
| Binary | 11001100 | 10010100 | 1101011 | 0 | 11011 | 110000 | 10100 | 11001 | 110001 | 111101 |
Color Harmonies of #CC946B
Complementary color
Monochromatic Colors of #CC946B
Black with #CC946B
Text Example
Text Example
White with #CC946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC946B; }
p { color: rgb(204,148,107); }
H1.HeaderClassName
{
color: #CC946B;
}
.AnyTagClassName
{
color: #CC946B;
}
</style>
background-color css
<style>
a { background-color: #CC946B; }
a { background-color: rgb(204,148,107); }
div.DivClassName
{
background-color: #CC946B;
}
.BgClassName
{
background-color: #CC946B;
}
</style>
border-color css
<style>
span { border-color: #CC946B; }
span { border-color: rgb(204,148,107); }
td.TdClassName
{
border-color: #CC946B;
}
.TagClassName
{
border-color: #CC946B;
}
</style>