Shades of Cold Turkey #CCACAA
Tints of Cold Turkey #CCACAA
RGB
CMYK
RGB Variations
Color information
#CCACAA (or 0xCCACAA) is known color: Cold Turkey. HEX triplet: CC, AC and AA. RGB value is (204,172,170). Sum of RGB (Red+Green+Blue) = 204+172+170=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACAA is #335355. Grayscale: #B5B5B5. Windows color (decimal): -3363670 or 11185356. OLE color: 11185356.
HSL color Cylindrical-coordinate representation of color #CCACAA: hue angle of 3.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCACAA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 170 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.2 |
| HSL | 3.53º | 0.25% | 0.73% | - |
| HSV(B) | 3.53º | 0.17% | 0.8% | - |
| XYZ | 46.91 | 45.24 | 44.29 | - |
| YUV | 181.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 170 | 0 | 0.16 | 0.17 | 0.2 | 3.53 | 0.25 | 0.73 |
| Hex | CC | AC | AA | 0 | 10 | 11 | 14 | 4 | 19 | 49 |
| Octal | 314 | 254 | 252 | 0 | 20 | 21 | 24 | 4 | 31 | 111 |
| Binary | 11001100 | 10101100 | 10101010 | 0 | 10000 | 10001 | 10100 | 100 | 11001 | 1001001 |
Color Harmonies of #CCACAA
Complementary color
Monochromatic Colors of #CCACAA
Black with #CCACAA
Text Example
Text Example
White with #CCACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACAA; }
p { color: rgb(204,172,170); }
H1.HeaderClassName
{
color: #CCACAA;
}
.AnyTagClassName
{
color: #CCACAA;
}
</style>
background-color css
<style>
a { background-color: #CCACAA; }
a { background-color: rgb(204,172,170); }
div.DivClassName
{
background-color: #CCACAA;
}
.BgClassName
{
background-color: #CCACAA;
}
</style>
border-color css
<style>
span { border-color: #CCACAA; }
span { border-color: rgb(204,172,170); }
td.TdClassName
{
border-color: #CCACAA;
}
.TagClassName
{
border-color: #CCACAA;
}
</style>