Shades of Cold Turkey #CAA8A8
Tints of Cold Turkey #CAA8A8
RGB
CMYK
RGB Variations
Color information
#CAA8A8 (or 0xCAA8A8) is known color: Cold Turkey. HEX triplet: CA, A8 and A8. RGB value is (202,168,168). Sum of RGB (Red+Green+Blue) = 202+168+168=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA8A8 is #355757. Grayscale: #B2B2B2. Windows color (decimal): -3495768 or 11053258. OLE color: 11053258.
HSL color Cylindrical-coordinate representation of color #CAA8A8: hue angle of 0º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8A8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 168 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.21 |
| HSL | 0º | 0.24% | 0.73% | - |
| HSV(B) | 0º | 0.17% | 0.79% | - |
| XYZ | 45.43 | 43.39 | 43.03 | - |
| YUV | 178.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 168 | 0 | 0.17 | 0.17 | 0.21 | 0 | 0.24 | 0.73 |
| Hex | CA | A8 | A8 | 0 | 11 | 11 | 15 | 0 | 18 | 49 |
| Octal | 312 | 250 | 250 | 0 | 21 | 21 | 25 | 0 | 30 | 111 |
| Binary | 11001010 | 10101000 | 10101000 | 0 | 10001 | 10001 | 10101 | 0 | 11000 | 1001001 |
Color Harmonies of #CAA8A8
Complementary color
Monochromatic Colors of #CAA8A8
Black with #CAA8A8
Text Example
Text Example
White with #CAA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8A8; }
p { color: rgb(202,168,168); }
H1.HeaderClassName
{
color: #CAA8A8;
}
.AnyTagClassName
{
color: #CAA8A8;
}
</style>
background-color css
<style>
a { background-color: #CAA8A8; }
a { background-color: rgb(202,168,168); }
div.DivClassName
{
background-color: #CAA8A8;
}
.BgClassName
{
background-color: #CAA8A8;
}
</style>
border-color css
<style>
span { border-color: #CAA8A8; }
span { border-color: rgb(202,168,168); }
td.TdClassName
{
border-color: #CAA8A8;
}
.TagClassName
{
border-color: #CAA8A8;
}
</style>