Shades of Cold Turkey #CAACAC
Tints of Cold Turkey #CAACAC
RGB
CMYK
RGB Variations
Color information
#CAACAC (or 0xCAACAC) is known color: Cold Turkey. HEX triplet: CA, AC and AC. RGB value is (202,172,172). Sum of RGB (Red+Green+Blue) = 202+172+172=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACAC is #355353. Grayscale: #B5B5B5. Windows color (decimal): -3494740 or 11316426. OLE color: 11316426.
HSL color Cylindrical-coordinate representation of color #CAACAC: hue angle of 0º degrees, saturation: 0.22, 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 #CAACAC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 172 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.21 |
| HSL | 0º | 0.22% | 0.73% | - |
| HSV(B) | 0º | 0.15% | 0.79% | - |
| XYZ | 46.56 | 45.04 | 45.27 | - |
| YUV | 180.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 172 | 0 | 0.15 | 0.15 | 0.21 | 0 | 0.22 | 0.73 |
| Hex | CA | AC | AC | 0 | F | F | 15 | 0 | 16 | 49 |
| Octal | 312 | 254 | 254 | 0 | 17 | 17 | 25 | 0 | 26 | 111 |
| Binary | 11001010 | 10101100 | 10101100 | 0 | 1111 | 1111 | 10101 | 0 | 10110 | 1001001 |
Color Harmonies of #CAACAC
Complementary color
Monochromatic Colors of #CAACAC
Black with #CAACAC
Text Example
Text Example
White with #CAACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACAC; }
p { color: rgb(202,172,172); }
H1.HeaderClassName
{
color: #CAACAC;
}
.AnyTagClassName
{
color: #CAACAC;
}
</style>
background-color css
<style>
a { background-color: #CAACAC; }
a { background-color: rgb(202,172,172); }
div.DivClassName
{
background-color: #CAACAC;
}
.BgClassName
{
background-color: #CAACAC;
}
</style>
border-color css
<style>
span { border-color: #CAACAC; }
span { border-color: rgb(202,172,172); }
td.TdClassName
{
border-color: #CAACAC;
}
.TagClassName
{
border-color: #CAACAC;
}
</style>