Shades of Cold Turkey #CCADAC
Tints of Cold Turkey #CCADAC
RGB
CMYK
RGB Variations
Color information
#CCADAC (or 0xCCADAC) is known color: Cold Turkey. HEX triplet: CC, AD and AC. RGB value is (204,173,172). Sum of RGB (Red+Green+Blue) = 204+173+172=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAC is #335253. Grayscale: #B6B6B6. Windows color (decimal): -3363412 or 11316684. OLE color: 11316684.
HSL color Cylindrical-coordinate representation of color #CCADAC: hue angle of 1.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCADAC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 172 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.2 |
| HSL | 1.88º | 0.24% | 0.74% | - |
| HSV(B) | 1.88º | 0.16% | 0.8% | - |
| XYZ | 47.29 | 45.7 | 45.36 | - |
| YUV | 182.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 172 | 0 | 0.15 | 0.16 | 0.2 | 1.88 | 0.24 | 0.74 |
| Hex | CC | AD | AC | 0 | F | 10 | 14 | 2 | 18 | 4A |
| Octal | 314 | 255 | 254 | 0 | 17 | 20 | 24 | 2 | 30 | 112 |
| Binary | 11001100 | 10101101 | 10101100 | 0 | 1111 | 10000 | 10100 | 10 | 11000 | 1001010 |
Color Harmonies of #CCADAC
Complementary color
Monochromatic Colors of #CCADAC
Black with #CCADAC
Text Example
Text Example
White with #CCADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADAC; }
p { color: rgb(204,173,172); }
H1.HeaderClassName
{
color: #CCADAC;
}
.AnyTagClassName
{
color: #CCADAC;
}
</style>
background-color css
<style>
a { background-color: #CCADAC; }
a { background-color: rgb(204,173,172); }
div.DivClassName
{
background-color: #CCADAC;
}
.BgClassName
{
background-color: #CCADAC;
}
</style>
border-color css
<style>
span { border-color: #CCADAC; }
span { border-color: rgb(204,173,172); }
td.TdClassName
{
border-color: #CCADAC;
}
.TagClassName
{
border-color: #CCADAC;
}
</style>