Shades of Cold Turkey #CAABAA
Tints of Cold Turkey #CAABAA
RGB
CMYK
RGB Variations
Color information
#CAABAA (or 0xCAABAA) is known color: Cold Turkey. HEX triplet: CA, AB and AA. RGB value is (202,171,170). Sum of RGB (Red+Green+Blue) = 202+171+170=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABAA is #355455. Grayscale: #B4B4B4. Windows color (decimal): -3494998 or 11185098. OLE color: 11185098.
HSL color Cylindrical-coordinate representation of color #CAABAA: hue angle of 1.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAABAA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 170 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.21 |
| HSL | 1.88º | 0.23% | 0.73% | - |
| HSV(B) | 1.88º | 0.16% | 0.79% | - |
| XYZ | 46.18 | 44.58 | 44.2 | - |
| YUV | 180.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 170 | 0 | 0.15 | 0.16 | 0.21 | 1.88 | 0.23 | 0.73 |
| Hex | CA | AB | AA | 0 | F | 10 | 15 | 2 | 17 | 49 |
| Octal | 312 | 253 | 252 | 0 | 17 | 20 | 25 | 2 | 27 | 111 |
| Binary | 11001010 | 10101011 | 10101010 | 0 | 1111 | 10000 | 10101 | 10 | 10111 | 1001001 |
Color Harmonies of #CAABAA
Complementary color
Monochromatic Colors of #CAABAA
Black with #CAABAA
Text Example
Text Example
White with #CAABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABAA; }
p { color: rgb(202,171,170); }
H1.HeaderClassName
{
color: #CAABAA;
}
.AnyTagClassName
{
color: #CAABAA;
}
</style>
background-color css
<style>
a { background-color: #CAABAA; }
a { background-color: rgb(202,171,170); }
div.DivClassName
{
background-color: #CAABAA;
}
.BgClassName
{
background-color: #CAABAA;
}
</style>
border-color css
<style>
span { border-color: #CAABAA; }
span { border-color: rgb(202,171,170); }
td.TdClassName
{
border-color: #CAABAA;
}
.TagClassName
{
border-color: #CAABAA;
}
</style>