Shades of Whiskey #CC906B
Tints of Whiskey #CC906B
RGB
CMYK
RGB Variations
Color information
#CC906B (or 0xCC906B) is known color: Whiskey. HEX triplet: CC, 90 and 6B. RGB value is (204,144,107). Sum of RGB (Red+Green+Blue) = 204+144+107=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC906B is #336F94. Grayscale: #9D9D9D. Windows color (decimal): -3370901 or 7049420. OLE color: 7049420.
HSL color Cylindrical-coordinate representation of color #CC906B: hue angle of 22.89º 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 #CC906B is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 107 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.2 |
| HSL | 22.89º | 0.49% | 0.61% | - |
| HSV(B) | 22.89º | 0.48% | 0.8% | - |
| XYZ | 37.53 | 33.85 | 18.46 | - |
| YUV | 157.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 107 | 0 | 0.29 | 0.48 | 0.2 | 22.89 | 0.49 | 0.61 |
| Hex | CC | 90 | 6B | 0 | 1D | 30 | 14 | 17 | 31 | 3D |
| Octal | 314 | 220 | 153 | 0 | 35 | 60 | 24 | 27 | 61 | 75 |
| Binary | 11001100 | 10010000 | 1101011 | 0 | 11101 | 110000 | 10100 | 10111 | 110001 | 111101 |
Color Harmonies of #CC906B
Complementary color
Monochromatic Colors of #CC906B
Black with #CC906B
Text Example
Text Example
White with #CC906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC906B; }
p { color: rgb(204,144,107); }
H1.HeaderClassName
{
color: #CC906B;
}
.AnyTagClassName
{
color: #CC906B;
}
</style>
background-color css
<style>
a { background-color: #CC906B; }
a { background-color: rgb(204,144,107); }
div.DivClassName
{
background-color: #CC906B;
}
.BgClassName
{
background-color: #CC906B;
}
</style>
border-color css
<style>
span { border-color: #CC906B; }
span { border-color: rgb(204,144,107); }
td.TdClassName
{
border-color: #CC906B;
}
.TagClassName
{
border-color: #CC906B;
}
</style>