Shades of Cold Turkey #CDAAA8
Tints of Cold Turkey #CDAAA8
RGB
CMYK
RGB Variations
Color information
#CDAAA8 (or 0xCDAAA8) is known color: Cold Turkey. HEX triplet: CD, AA and A8. RGB value is (205,170,168). Sum of RGB (Red+Green+Blue) = 205+170+168=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAA8 is #325557. Grayscale: #B4B4B4. Windows color (decimal): -3298648 or 11053773. OLE color: 11053773.
HSL color Cylindrical-coordinate representation of color #CDAAA8: hue angle of 3.24º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDAAA8 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 168 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.20 |
| HSL | 3.24º | 0.27% | 0.73% | - |
| HSV(B) | 3.24º | 0.18% | 0.8% | - |
| XYZ | 46.62 | 44.56 | 43.19 | - |
| YUV | 180.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 168 | 0 | 0.17 | 0.18 | 0.20 | 3.24 | 0.27 | 0.73 |
| Hex | CD | AA | A8 | 0 | 11 | 12 | 14 | 3 | 1B | 49 |
| Octal | 315 | 252 | 250 | 0 | 21 | 22 | 24 | 3 | 33 | 111 |
| Binary | 11001101 | 10101010 | 10101000 | 0 | 10001 | 10010 | 10100 | 11 | 11011 | 1001001 |
Color Harmonies of #CDAAA8
Complementary color
Monochromatic Colors of #CDAAA8
Black with #CDAAA8
Text Example
Text Example
White with #CDAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAAA8; }
p { color: rgb(205,170,168); }
H1.HeaderClassName
{
color: #CDAAA8;
}
.AnyTagClassName
{
color: #CDAAA8;
}
</style>
background-color css
<style>
a { background-color: #CDAAA8; }
a { background-color: rgb(205,170,168); }
div.DivClassName
{
background-color: #CDAAA8;
}
.BgClassName
{
background-color: #CDAAA8;
}
</style>
border-color css
<style>
span { border-color: #CDAAA8; }
span { border-color: rgb(205,170,168); }
td.TdClassName
{
border-color: #CDAAA8;
}
.TagClassName
{
border-color: #CDAAA8;
}
</style>