Shades of Cold Turkey #CDADAB
Tints of Cold Turkey #CDADAB
RGB
CMYK
RGB Variations
Color information
#CDADAB (or 0xCDADAB) is known color: Cold Turkey. HEX triplet: CD, AD and AB. RGB value is (205,173,171). Sum of RGB (Red+Green+Blue) = 205+173+171=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADAB is #325254. Grayscale: #B6B6B6. Windows color (decimal): -3297877 or 11251149. OLE color: 11251149.
HSL color Cylindrical-coordinate representation of color #CDADAB: hue angle of 3.53º 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 #CDADAB is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 171 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.20 |
| HSL | 3.53º | 0.25% | 0.74% | - |
| HSV(B) | 3.53º | 0.17% | 0.8% | - |
| XYZ | 47.47 | 45.81 | 44.87 | - |
| YUV | 182.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 171 | 0 | 0.16 | 0.17 | 0.20 | 3.53 | 0.25 | 0.74 |
| Hex | CD | AD | AB | 0 | 10 | 11 | 14 | 4 | 19 | 4A |
| Octal | 315 | 255 | 253 | 0 | 20 | 21 | 24 | 4 | 31 | 112 |
| Binary | 11001101 | 10101101 | 10101011 | 0 | 10000 | 10001 | 10100 | 100 | 11001 | 1001010 |
Color Harmonies of #CDADAB
Complementary color
Monochromatic Colors of #CDADAB
Black with #CDADAB
Text Example
Text Example
White with #CDADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADAB; }
p { color: rgb(205,173,171); }
H1.HeaderClassName
{
color: #CDADAB;
}
.AnyTagClassName
{
color: #CDADAB;
}
</style>
background-color css
<style>
a { background-color: #CDADAB; }
a { background-color: rgb(205,173,171); }
div.DivClassName
{
background-color: #CDADAB;
}
.BgClassName
{
background-color: #CDADAB;
}
</style>
border-color css
<style>
span { border-color: #CDADAB; }
span { border-color: rgb(205,173,171); }
td.TdClassName
{
border-color: #CDADAB;
}
.TagClassName
{
border-color: #CDADAB;
}
</style>