Shades of Cold Turkey #CCADAB
Tints of Cold Turkey #CCADAB
RGB
CMYK
RGB Variations
Color information
#CCADAB (or 0xCCADAB) is known color: Cold Turkey. HEX triplet: CC, AD and AB. RGB value is (204,173,171). Sum of RGB (Red+Green+Blue) = 204+173+171=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAB is #335254. Grayscale: #B6B6B6. Windows color (decimal): -3363413 or 11251148. OLE color: 11251148.
HSL color Cylindrical-coordinate representation of color #CCADAB: hue angle of 3.64º 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 #CCADAB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 171 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.2 |
| HSL | 3.64º | 0.24% | 0.74% | - |
| HSV(B) | 3.64º | 0.16% | 0.8% | - |
| XYZ | 47.2 | 45.66 | 44.85 | - |
| YUV | 182.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 171 | 0 | 0.15 | 0.16 | 0.2 | 3.64 | 0.24 | 0.74 |
| Hex | CC | AD | AB | 0 | F | 10 | 14 | 4 | 18 | 4A |
| Octal | 314 | 255 | 253 | 0 | 17 | 20 | 24 | 4 | 30 | 112 |
| Binary | 11001100 | 10101101 | 10101011 | 0 | 1111 | 10000 | 10100 | 100 | 11000 | 1001010 |
Color Harmonies of #CCADAB
Complementary color
Monochromatic Colors of #CCADAB
Black with #CCADAB
Text Example
Text Example
White with #CCADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADAB; }
p { color: rgb(204,173,171); }
H1.HeaderClassName
{
color: #CCADAB;
}
.AnyTagClassName
{
color: #CCADAB;
}
</style>
background-color css
<style>
a { background-color: #CCADAB; }
a { background-color: rgb(204,173,171); }
div.DivClassName
{
background-color: #CCADAB;
}
.BgClassName
{
background-color: #CCADAB;
}
</style>
border-color css
<style>
span { border-color: #CCADAB; }
span { border-color: rgb(204,173,171); }
td.TdClassName
{
border-color: #CCADAB;
}
.TagClassName
{
border-color: #CCADAB;
}
</style>