Shades of Cold Turkey #CAACAA
Tints of Cold Turkey #CAACAA
RGB
CMYK
RGB Variations
Color information
#CAACAA (or 0xCAACAA) is known color: Cold Turkey. HEX triplet: CA, AC and AA. RGB value is (202,172,170). Sum of RGB (Red+Green+Blue) = 202+172+170=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACAA is #355355. Grayscale: #B4B4B4. Windows color (decimal): -3494742 or 11185354. OLE color: 11185354.
HSL color Cylindrical-coordinate representation of color #CAACAA: hue angle of 3.75º 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 #CAACAA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 170 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.21 |
| HSL | 3.75º | 0.23% | 0.73% | - |
| HSV(B) | 3.75º | 0.16% | 0.79% | - |
| XYZ | 46.37 | 44.96 | 44.27 | - |
| YUV | 180.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 170 | 0 | 0.15 | 0.16 | 0.21 | 3.75 | 0.23 | 0.73 |
| Hex | CA | AC | AA | 0 | F | 10 | 15 | 4 | 17 | 49 |
| Octal | 312 | 254 | 252 | 0 | 17 | 20 | 25 | 4 | 27 | 111 |
| Binary | 11001010 | 10101100 | 10101010 | 0 | 1111 | 10000 | 10101 | 100 | 10111 | 1001001 |
Color Harmonies of #CAACAA
Complementary color
Monochromatic Colors of #CAACAA
Black with #CAACAA
Text Example
Text Example
White with #CAACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACAA; }
p { color: rgb(202,172,170); }
H1.HeaderClassName
{
color: #CAACAA;
}
.AnyTagClassName
{
color: #CAACAA;
}
</style>
background-color css
<style>
a { background-color: #CAACAA; }
a { background-color: rgb(202,172,170); }
div.DivClassName
{
background-color: #CAACAA;
}
.BgClassName
{
background-color: #CAACAA;
}
</style>
border-color css
<style>
span { border-color: #CAACAA; }
span { border-color: rgb(202,172,170); }
td.TdClassName
{
border-color: #CAACAA;
}
.TagClassName
{
border-color: #CAACAA;
}
</style>