Shades of Cold Turkey #CDAAAA
Tints of Cold Turkey #CDAAAA
RGB
CMYK
RGB Variations
Color information
#CDAAAA (or 0xCDAAAA) is known color: Cold Turkey. HEX triplet: CD, AA and AA. RGB value is (205,170,170). Sum of RGB (Red+Green+Blue) = 205+170+170=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAAA is #325555. Grayscale: #B4B4B4. Windows color (decimal): -3298646 or 11184845. OLE color: 11184845.
HSL color Cylindrical-coordinate representation of color #CDAAAA: hue angle of 0º 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 #CDAAAA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 170 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.20 |
| HSL | 0º | 0.26% | 0.74% | - |
| HSV(B) | 0º | 0.17% | 0.8% | - |
| XYZ | 46.81 | 44.63 | 44.18 | - |
| YUV | 180.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 170 | 0 | 0.17 | 0.17 | 0.20 | 0 | 0.26 | 0.74 |
| Hex | CD | AA | AA | 0 | 11 | 11 | 14 | 0 | 1A | 4A |
| Octal | 315 | 252 | 252 | 0 | 21 | 21 | 24 | 0 | 32 | 112 |
| Binary | 11001101 | 10101010 | 10101010 | 0 | 10001 | 10001 | 10100 | 0 | 11010 | 1001010 |
Color Harmonies of #CDAAAA
Complementary color
Monochromatic Colors of #CDAAAA
Black with #CDAAAA
Text Example
Text Example
White with #CDAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAAAA; }
p { color: rgb(205,170,170); }
H1.HeaderClassName
{
color: #CDAAAA;
}
.AnyTagClassName
{
color: #CDAAAA;
}
</style>
background-color css
<style>
a { background-color: #CDAAAA; }
a { background-color: rgb(205,170,170); }
div.DivClassName
{
background-color: #CDAAAA;
}
.BgClassName
{
background-color: #CDAAAA;
}
</style>
border-color css
<style>
span { border-color: #CDAAAA; }
span { border-color: rgb(205,170,170); }
td.TdClassName
{
border-color: #CDAAAA;
}
.TagClassName
{
border-color: #CDAAAA;
}
</style>