Shades of Cold Turkey #CCA8A8
Tints of Cold Turkey #CCA8A8
RGB
CMYK
RGB Variations
Color information
#CCA8A8 (or 0xCCA8A8) is known color: Cold Turkey. HEX triplet: CC, A8 and A8. RGB value is (204,168,168). Sum of RGB (Red+Green+Blue) = 204+168+168=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8A8 is #335757. Grayscale: #B2B2B2. Windows color (decimal): -3364696 or 11053260. OLE color: 11053260.
HSL color Cylindrical-coordinate representation of color #CCA8A8: hue angle of 0º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8A8 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 168 | - |
CMYK | 0 | 0.18 | 0.18 | 0.2 |
HSL | 0º | 0.26% | 0.73% | - |
HSV(B) | 0º | 0.18% | 0.8% | - |
XYZ | 45.97 | 43.67 | 43.05 | - |
YUV | 178.76 | 121.93 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 168 | 0 | 0.18 | 0.18 | 0.2 | 0 | 0.26 | 0.73 |
Hex | CC | A8 | A8 | 0 | 12 | 12 | 14 | 0 | 1A | 49 |
Octal | 314 | 250 | 250 | 0 | 22 | 22 | 24 | 0 | 32 | 111 |
Binary | 11001100 | 10101000 | 10101000 | 0 | 10010 | 10010 | 10100 | 0 | 11010 | 1001001 |
Color Harmonies of #CCA8A8
Complementary color
Monochromatic Colors of #CCA8A8
Black with #CCA8A8
Text Example
Text Example
White with #CCA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8A8; }
p { color: rgb(204,168,168); }
H1.HeaderClassName
{
color: #CCA8A8;
}
.AnyTagClassName
{
color: #CCA8A8;
}
</style>
background-color css
<style>
a { background-color: #CCA8A8; }
a { background-color: rgb(204,168,168); }
div.DivClassName
{
background-color: #CCA8A8;
}
.BgClassName
{
background-color: #CCA8A8;
}
</style>
border-color css
<style>
span { border-color: #CCA8A8; }
span { border-color: rgb(204,168,168); }
td.TdClassName
{
border-color: #CCA8A8;
}
.TagClassName
{
border-color: #CCA8A8;
}
</style>