Shades of Cold Turkey #CAADAB
Tints of Cold Turkey #CAADAB
RGB
CMYK
RGB Variations
Color information
#CAADAB (or 0xCAADAB) is known color: Cold Turkey. HEX triplet: CA, AD and AB. RGB value is (202,173,171). Sum of RGB (Red+Green+Blue) = 202+173+171=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADAB is #355254. Grayscale: #B5B5B5. Windows color (decimal): -3494485 or 11251146. OLE color: 11251146.
HSL color Cylindrical-coordinate representation of color #CAADAB: hue angle of 3.87º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAADAB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 171 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.21 |
| HSL | 3.87º | 0.23% | 0.73% | - |
| HSV(B) | 3.87º | 0.15% | 0.79% | - |
| XYZ | 46.65 | 45.38 | 44.83 | - |
| YUV | 181.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 171 | 0 | 0.14 | 0.15 | 0.21 | 3.87 | 0.23 | 0.73 |
| Hex | CA | AD | AB | 0 | E | F | 15 | 4 | 17 | 49 |
| Octal | 312 | 255 | 253 | 0 | 16 | 17 | 25 | 4 | 27 | 111 |
| Binary | 11001010 | 10101101 | 10101011 | 0 | 1110 | 1111 | 10101 | 100 | 10111 | 1001001 |
Color Harmonies of #CAADAB
Complementary color
Monochromatic Colors of #CAADAB
Black with #CAADAB
Text Example
Text Example
White with #CAADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADAB; }
p { color: rgb(202,173,171); }
H1.HeaderClassName
{
color: #CAADAB;
}
.AnyTagClassName
{
color: #CAADAB;
}
</style>
background-color css
<style>
a { background-color: #CAADAB; }
a { background-color: rgb(202,173,171); }
div.DivClassName
{
background-color: #CAADAB;
}
.BgClassName
{
background-color: #CAADAB;
}
</style>
border-color css
<style>
span { border-color: #CAADAB; }
span { border-color: rgb(202,173,171); }
td.TdClassName
{
border-color: #CAADAB;
}
.TagClassName
{
border-color: #CAADAB;
}
</style>