Shades of Cold Turkey #CDABAB
Tints of Cold Turkey #CDABAB
RGB
CMYK
RGB Variations
Color information
#CDABAB (or 0xCDABAB) is known color: Cold Turkey. HEX triplet: CD, AB and AB. RGB value is (205,171,171). Sum of RGB (Red+Green+Blue) = 205+171+171=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABAB is #325454. Grayscale: #B5B5B5. Windows color (decimal): -3298389 or 11250637. OLE color: 11250637.
HSL color Cylindrical-coordinate representation of color #CDABAB: hue angle of 0º 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 #CDABAB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 171 | 171 | - |
CMYK | 0 | 0.17 | 0.17 | 0.20 |
HSL | 0º | 0.25% | 0.74% | - |
HSV(B) | 0º | 0.17% | 0.8% | - |
XYZ | 47.09 | 45.05 | 44.74 | - |
YUV | 181.17 | 122.26 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 171 | 171 | 0 | 0.17 | 0.17 | 0.20 | 0 | 0.25 | 0.74 |
Hex | CD | AB | AB | 0 | 11 | 11 | 14 | 0 | 19 | 4A |
Octal | 315 | 253 | 253 | 0 | 21 | 21 | 24 | 0 | 31 | 112 |
Binary | 11001101 | 10101011 | 10101011 | 0 | 10001 | 10001 | 10100 | 0 | 11001 | 1001010 |
Color Harmonies of #CDABAB
Complementary color
Monochromatic Colors of #CDABAB
Black with #CDABAB
Text Example
Text Example
White with #CDABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABAB; }
p { color: rgb(205,171,171); }
H1.HeaderClassName
{
color: #CDABAB;
}
.AnyTagClassName
{
color: #CDABAB;
}
</style>
background-color css
<style>
a { background-color: #CDABAB; }
a { background-color: rgb(205,171,171); }
div.DivClassName
{
background-color: #CDABAB;
}
.BgClassName
{
background-color: #CDABAB;
}
</style>
border-color css
<style>
span { border-color: #CDABAB; }
span { border-color: rgb(205,171,171); }
td.TdClassName
{
border-color: #CDABAB;
}
.TagClassName
{
border-color: #CDABAB;
}
</style>