Shades of Cold Turkey #CCADAD
Tints of Cold Turkey #CCADAD
RGB
CMYK
RGB Variations
Color information
#CCADAD (or 0xCCADAD) is known color: Cold Turkey. HEX triplet: CC, AD and AD. RGB value is (204,173,173). Sum of RGB (Red+Green+Blue) = 204+173+173=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAD is #335252. Grayscale: #B6B6B6. Windows color (decimal): -3363411 or 11382220. OLE color: 11382220.
HSL color Cylindrical-coordinate representation of color #CCADAD: hue angle of 0º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADAD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 173 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.2 |
| HSL | 0º | 0.23% | 0.74% | - |
| HSV(B) | 0º | 0.15% | 0.8% | - |
| XYZ | 47.39 | 45.74 | 45.87 | - |
| YUV | 182.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 173 | 0 | 0.15 | 0.15 | 0.2 | 0 | 0.23 | 0.74 |
| Hex | CC | AD | AD | 0 | F | F | 14 | 0 | 17 | 4A |
| Octal | 314 | 255 | 255 | 0 | 17 | 17 | 24 | 0 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10101101 | 0 | 1111 | 1111 | 10100 | 0 | 10111 | 1001010 |
Color Harmonies of #CCADAD
Complementary color
Monochromatic Colors of #CCADAD
Black with #CCADAD
Text Example
Text Example
White with #CCADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADAD; }
p { color: rgb(204,173,173); }
H1.HeaderClassName
{
color: #CCADAD;
}
.AnyTagClassName
{
color: #CCADAD;
}
</style>
background-color css
<style>
a { background-color: #CCADAD; }
a { background-color: rgb(204,173,173); }
div.DivClassName
{
background-color: #CCADAD;
}
.BgClassName
{
background-color: #CCADAD;
}
</style>
border-color css
<style>
span { border-color: #CCADAD; }
span { border-color: rgb(204,173,173); }
td.TdClassName
{
border-color: #CCADAD;
}
.TagClassName
{
border-color: #CCADAD;
}
</style>