Shades of Cold Turkey #CAADAC
Tints of Cold Turkey #CAADAC
RGB
CMYK
RGB Variations
Color information
#CAADAC (or 0xCAADAC) is known color: Cold Turkey. HEX triplet: CA, AD and AC. RGB value is (202,173,172). Sum of RGB (Red+Green+Blue) = 202+173+172=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADAC is #355253. Grayscale: #B5B5B5. Windows color (decimal): -3494484 or 11316682. OLE color: 11316682.
HSL color Cylindrical-coordinate representation of color #CAADAC: hue angle of 2º 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 #CAADAC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 172 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.21 |
| HSL | 2º | 0.22% | 0.73% | - |
| HSV(B) | 2º | 0.15% | 0.79% | - |
| XYZ | 46.75 | 45.42 | 45.33 | - |
| YUV | 181.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 172 | 0 | 0.14 | 0.15 | 0.21 | 2 | 0.22 | 0.73 |
| Hex | CA | AD | AC | 0 | E | F | 15 | 2 | 16 | 49 |
| Octal | 312 | 255 | 254 | 0 | 16 | 17 | 25 | 2 | 26 | 111 |
| Binary | 11001010 | 10101101 | 10101100 | 0 | 1110 | 1111 | 10101 | 10 | 10110 | 1001001 |
Color Harmonies of #CAADAC
Complementary color
Monochromatic Colors of #CAADAC
Black with #CAADAC
Text Example
Text Example
White with #CAADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADAC; }
p { color: rgb(202,173,172); }
H1.HeaderClassName
{
color: #CAADAC;
}
.AnyTagClassName
{
color: #CAADAC;
}
</style>
background-color css
<style>
a { background-color: #CAADAC; }
a { background-color: rgb(202,173,172); }
div.DivClassName
{
background-color: #CAADAC;
}
.BgClassName
{
background-color: #CAADAC;
}
</style>
border-color css
<style>
span { border-color: #CAADAC; }
span { border-color: rgb(202,173,172); }
td.TdClassName
{
border-color: #CAADAC;
}
.TagClassName
{
border-color: #CAADAC;
}
</style>