Shades of Cold Turkey #CCADAA
Tints of Cold Turkey #CCADAA
RGB
CMYK
RGB Variations
Color information
#CCADAA (or 0xCCADAA) is known color: Cold Turkey. HEX triplet: CC, AD and AA. RGB value is (204,173,170). Sum of RGB (Red+Green+Blue) = 204+173+170=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAA is #335255. Grayscale: #B5B5B5. Windows color (decimal): -3363414 or 11185612. OLE color: 11185612.
HSL color Cylindrical-coordinate representation of color #CCADAA: hue angle of 5.29º 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 #CCADAA is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 170 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.2 |
| HSL | 5.29º | 0.25% | 0.73% | - |
| HSV(B) | 5.29º | 0.17% | 0.8% | - |
| XYZ | 47.1 | 45.63 | 44.35 | - |
| YUV | 181.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 170 | 0 | 0.15 | 0.17 | 0.2 | 5.29 | 0.25 | 0.73 |
| Hex | CC | AD | AA | 0 | F | 11 | 14 | 5 | 19 | 49 |
| Octal | 314 | 255 | 252 | 0 | 17 | 21 | 24 | 5 | 31 | 111 |
| Binary | 11001100 | 10101101 | 10101010 | 0 | 1111 | 10001 | 10100 | 101 | 11001 | 1001001 |
Color Harmonies of #CCADAA
Complementary color
Monochromatic Colors of #CCADAA
Black with #CCADAA
Text Example
Text Example
White with #CCADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADAA; }
p { color: rgb(204,173,170); }
H1.HeaderClassName
{
color: #CCADAA;
}
.AnyTagClassName
{
color: #CCADAA;
}
</style>
background-color css
<style>
a { background-color: #CCADAA; }
a { background-color: rgb(204,173,170); }
div.DivClassName
{
background-color: #CCADAA;
}
.BgClassName
{
background-color: #CCADAA;
}
</style>
border-color css
<style>
span { border-color: #CCADAA; }
span { border-color: rgb(204,173,170); }
td.TdClassName
{
border-color: #CCADAA;
}
.TagClassName
{
border-color: #CCADAA;
}
</style>