Shades of Cold Turkey #CCAFAB
Tints of Cold Turkey #CCAFAB
RGB
CMYK
RGB Variations
Color information
#CCAFAB (or 0xCCAFAB) is known color: Cold Turkey. HEX triplet: CC, AF and AB. RGB value is (204,175,171). Sum of RGB (Red+Green+Blue) = 204+175+171=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFAB is #335054. Grayscale: #B7B7B7. Windows color (decimal): -3362901 or 11251660. OLE color: 11251660.
HSL color Cylindrical-coordinate representation of color #CCAFAB: hue angle of 7.27º 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 #CCAFAB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 171 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.2 |
| HSL | 7.27º | 0.24% | 0.74% | - |
| HSV(B) | 7.27º | 0.16% | 0.8% | - |
| XYZ | 47.58 | 46.44 | 44.98 | - |
| YUV | 183.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 171 | 0 | 0.14 | 0.16 | 0.2 | 7.27 | 0.24 | 0.74 |
| Hex | CC | AF | AB | 0 | E | 10 | 14 | 7 | 18 | 4A |
| Octal | 314 | 257 | 253 | 0 | 16 | 20 | 24 | 7 | 30 | 112 |
| Binary | 11001100 | 10101111 | 10101011 | 0 | 1110 | 10000 | 10100 | 111 | 11000 | 1001010 |
Color Harmonies of #CCAFAB
Complementary color
Monochromatic Colors of #CCAFAB
Black with #CCAFAB
Text Example
Text Example
White with #CCAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFAB; }
p { color: rgb(204,175,171); }
H1.HeaderClassName
{
color: #CCAFAB;
}
.AnyTagClassName
{
color: #CCAFAB;
}
</style>
background-color css
<style>
a { background-color: #CCAFAB; }
a { background-color: rgb(204,175,171); }
div.DivClassName
{
background-color: #CCAFAB;
}
.BgClassName
{
background-color: #CCAFAB;
}
</style>
border-color css
<style>
span { border-color: #CCAFAB; }
span { border-color: rgb(204,175,171); }
td.TdClassName
{
border-color: #CCAFAB;
}
.TagClassName
{
border-color: #CCAFAB;
}
</style>