Shades of Cold Turkey #CDAEAB
Tints of Cold Turkey #CDAEAB
RGB
CMYK
RGB Variations
Color information
#CDAEAB (or 0xCDAEAB) is known color: Cold Turkey. HEX triplet: CD, AE and AB. RGB value is (205,174,171). Sum of RGB (Red+Green+Blue) = 205+174+171=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAB is #325154. Grayscale: #B6B6B6. Windows color (decimal): -3297621 or 11251405. OLE color: 11251405.
HSL color Cylindrical-coordinate representation of color #CDAEAB: hue angle of 5.29º degrees, saturation: 0.25, 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 #CDAEAB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 171 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.20 |
| HSL | 5.29º | 0.25% | 0.74% | - |
| HSV(B) | 5.29º | 0.17% | 0.8% | - |
| XYZ | 47.66 | 46.19 | 44.93 | - |
| YUV | 182.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 171 | 0 | 0.15 | 0.17 | 0.20 | 5.29 | 0.25 | 0.74 |
| Hex | CD | AE | AB | 0 | F | 11 | 14 | 5 | 19 | 4A |
| Octal | 315 | 256 | 253 | 0 | 17 | 21 | 24 | 5 | 31 | 112 |
| Binary | 11001101 | 10101110 | 10101011 | 0 | 1111 | 10001 | 10100 | 101 | 11001 | 1001010 |
Color Harmonies of #CDAEAB
Complementary color
Monochromatic Colors of #CDAEAB
Black with #CDAEAB
Text Example
Text Example
White with #CDAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEAB; }
p { color: rgb(205,174,171); }
H1.HeaderClassName
{
color: #CDAEAB;
}
.AnyTagClassName
{
color: #CDAEAB;
}
</style>
background-color css
<style>
a { background-color: #CDAEAB; }
a { background-color: rgb(205,174,171); }
div.DivClassName
{
background-color: #CDAEAB;
}
.BgClassName
{
background-color: #CDAEAB;
}
</style>
border-color css
<style>
span { border-color: #CDAEAB; }
span { border-color: rgb(205,174,171); }
td.TdClassName
{
border-color: #CDAEAB;
}
.TagClassName
{
border-color: #CDAEAB;
}
</style>