Shades of Whiskey #CC946A
Tints of Whiskey #CC946A
RGB
CMYK
RGB Variations
Color information
#CC946A (or 0xCC946A) is known color: Whiskey. HEX triplet: CC, 94 and 6A. RGB value is (204,148,106). Sum of RGB (Red+Green+Blue) = 204+148+106=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946A is #336B95. Grayscale: #A0A0A0. Windows color (decimal): -3369878 or 6984908. OLE color: 6984908.
HSL color Cylindrical-coordinate representation of color #CC946A: hue angle of 25.71º 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 #CC946A is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 106 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.2 |
| HSL | 25.71º | 0.49% | 0.61% | - |
| HSV(B) | 25.71º | 0.48% | 0.8% | - |
| XYZ | 38.09 | 35.06 | 18.39 | - |
| YUV | 159.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 106 | 0 | 0.27 | 0.48 | 0.2 | 25.71 | 0.49 | 0.61 |
| Hex | CC | 94 | 6A | 0 | 1B | 30 | 14 | 1A | 31 | 3D |
| Octal | 314 | 224 | 152 | 0 | 33 | 60 | 24 | 32 | 61 | 75 |
| Binary | 11001100 | 10010100 | 1101010 | 0 | 11011 | 110000 | 10100 | 11010 | 110001 | 111101 |
Color Harmonies of #CC946A
Complementary color
Monochromatic Colors of #CC946A
Black with #CC946A
Text Example
Text Example
White with #CC946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC946A; }
p { color: rgb(204,148,106); }
H1.HeaderClassName
{
color: #CC946A;
}
.AnyTagClassName
{
color: #CC946A;
}
</style>
background-color css
<style>
a { background-color: #CC946A; }
a { background-color: rgb(204,148,106); }
div.DivClassName
{
background-color: #CC946A;
}
.BgClassName
{
background-color: #CC946A;
}
</style>
border-color css
<style>
span { border-color: #CC946A; }
span { border-color: rgb(204,148,106); }
td.TdClassName
{
border-color: #CC946A;
}
.TagClassName
{
border-color: #CC946A;
}
</style>