Shades of Cold Turkey #C4AFAB
Tints of Cold Turkey #C4AFAB
RGB
CMYK
RGB Variations
Color information
#C4AFAB (or 0xC4AFAB) is known color: Cold Turkey. HEX triplet: C4, AF and AB. RGB value is (196,175,171). Sum of RGB (Red+Green+Blue) = 196+175+171=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAB is #3B5054. Grayscale: #B4B4B4. Windows color (decimal): -3887189 or 11251652. OLE color: 11251652.
HSL color Cylindrical-coordinate representation of color #C4AFAB: hue angle of 9.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AFAB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 171 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.23 |
| HSL | 9.6º | 0.17% | 0.72% | - |
| HSV(B) | 9.6º | 0.13% | 0.77% | - |
| XYZ | 45.45 | 45.34 | 44.88 | - |
| YUV | 180.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 171 | 0 | 0.11 | 0.13 | 0.23 | 9.6 | 0.17 | 0.72 |
| Hex | C4 | AF | AB | 0 | B | D | 17 | A | 11 | 48 |
| Octal | 304 | 257 | 253 | 0 | 13 | 15 | 27 | 12 | 21 | 110 |
| Binary | 11000100 | 10101111 | 10101011 | 0 | 1011 | 1101 | 10111 | 1010 | 10001 | 1001000 |
Color Harmonies of #C4AFAB
Complementary color
Monochromatic Colors of #C4AFAB
Black with #C4AFAB
Text Example
Text Example
White with #C4AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFAB; }
p { color: rgb(196,175,171); }
H1.HeaderClassName
{
color: #C4AFAB;
}
.AnyTagClassName
{
color: #C4AFAB;
}
</style>
background-color css
<style>
a { background-color: #C4AFAB; }
a { background-color: rgb(196,175,171); }
div.DivClassName
{
background-color: #C4AFAB;
}
.BgClassName
{
background-color: #C4AFAB;
}
</style>
border-color css
<style>
span { border-color: #C4AFAB; }
span { border-color: rgb(196,175,171); }
td.TdClassName
{
border-color: #C4AFAB;
}
.TagClassName
{
border-color: #C4AFAB;
}
</style>