Shades of Cold Turkey #CCA9A8
Tints of Cold Turkey #CCA9A8
RGB
CMYK
RGB Variations
Color information
#CCA9A8 (or 0xCCA9A8) is known color: Cold Turkey. HEX triplet: CC, A9 and A8. RGB value is (204,169,168). Sum of RGB (Red+Green+Blue) = 204+169+168=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9A8 is #335657. Grayscale: #B3B3B3. Windows color (decimal): -3364440 or 11053516. OLE color: 11053516.
HSL color Cylindrical-coordinate representation of color #CCA9A8: hue angle of 1.67º 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 #CCA9A8 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 169 | 168 | - |
CMYK | 0 | 0.17 | 0.18 | 0.2 |
HSL | 1.67º | 0.26% | 0.73% | - |
HSV(B) | 1.67º | 0.18% | 0.8% | - |
XYZ | 46.16 | 44.04 | 43.11 | - |
YUV | 179.35 | 121.6 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 169 | 168 | 0 | 0.17 | 0.18 | 0.2 | 1.67 | 0.26 | 0.73 |
Hex | CC | A9 | A8 | 0 | 11 | 12 | 14 | 2 | 1A | 49 |
Octal | 314 | 251 | 250 | 0 | 21 | 22 | 24 | 2 | 32 | 111 |
Binary | 11001100 | 10101001 | 10101000 | 0 | 10001 | 10010 | 10100 | 10 | 11010 | 1001001 |
Color Harmonies of #CCA9A8
Complementary color
Monochromatic Colors of #CCA9A8
Black with #CCA9A8
Text Example
Text Example
White with #CCA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9A8; }
p { color: rgb(204,169,168); }
H1.HeaderClassName
{
color: #CCA9A8;
}
.AnyTagClassName
{
color: #CCA9A8;
}
</style>
background-color css
<style>
a { background-color: #CCA9A8; }
a { background-color: rgb(204,169,168); }
div.DivClassName
{
background-color: #CCA9A8;
}
.BgClassName
{
background-color: #CCA9A8;
}
</style>
border-color css
<style>
span { border-color: #CCA9A8; }
span { border-color: rgb(204,169,168); }
td.TdClassName
{
border-color: #CCA9A8;
}
.TagClassName
{
border-color: #CCA9A8;
}
</style>