Shades of Cold Turkey #CDAEAA
Tints of Cold Turkey #CDAEAA
RGB
CMYK
RGB Variations
Color information
#CDAEAA (or 0xCDAEAA) is known color: Cold Turkey. HEX triplet: CD, AE and AA. RGB value is (205,174,170). Sum of RGB (Red+Green+Blue) = 205+174+170=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAA is #325155. Grayscale: #B6B6B6. Windows color (decimal): -3297622 or 11185869. OLE color: 11185869.
HSL color Cylindrical-coordinate representation of color #CDAEAA: hue angle of 6.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDAEAA is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 170 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.20 |
| HSL | 6.86º | 0.26% | 0.74% | - |
| HSV(B) | 6.86º | 0.17% | 0.8% | - |
| XYZ | 47.57 | 46.15 | 44.43 | - |
| YUV | 182.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 170 | 0 | 0.15 | 0.17 | 0.20 | 6.86 | 0.26 | 0.74 |
| Hex | CD | AE | AA | 0 | F | 11 | 14 | 7 | 1A | 4A |
| Octal | 315 | 256 | 252 | 0 | 17 | 21 | 24 | 7 | 32 | 112 |
| Binary | 11001101 | 10101110 | 10101010 | 0 | 1111 | 10001 | 10100 | 111 | 11010 | 1001010 |
Color Harmonies of #CDAEAA
Complementary color
Monochromatic Colors of #CDAEAA
Black with #CDAEAA
Text Example
Text Example
White with #CDAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEAA; }
p { color: rgb(205,174,170); }
H1.HeaderClassName
{
color: #CDAEAA;
}
.AnyTagClassName
{
color: #CDAEAA;
}
</style>
background-color css
<style>
a { background-color: #CDAEAA; }
a { background-color: rgb(205,174,170); }
div.DivClassName
{
background-color: #CDAEAA;
}
.BgClassName
{
background-color: #CDAEAA;
}
</style>
border-color css
<style>
span { border-color: #CDAEAA; }
span { border-color: rgb(205,174,170); }
td.TdClassName
{
border-color: #CDAEAA;
}
.TagClassName
{
border-color: #CDAEAA;
}
</style>