Shades of Cold Turkey #C2B4AF
Tints of Cold Turkey #C2B4AF
RGB
CMYK
RGB Variations
Color information
#C2B4AF (or 0xC2B4AF) is known color: Cold Turkey. HEX triplet: C2, B4 and AF. RGB value is (194,180,175). Sum of RGB (Red+Green+Blue) = 194+180+175=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AF is #3D4B50. Grayscale: #B7B7B7. Windows color (decimal): -4016977 or 11515074. OLE color: 11515074.
HSL color Cylindrical-coordinate representation of color #C2B4AF: hue angle of 15.79º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B4AF is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 175 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.24 |
| HSL | 15.79º | 0.13% | 0.72% | - |
| HSV(B) | 15.79º | 0.1% | 0.76% | - |
| XYZ | 46.31 | 47.21 | 47.23 | - |
| YUV | 183.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 175 | 0 | 0.07 | 0.10 | 0.24 | 15.79 | 0.13 | 0.72 |
| Hex | C2 | B4 | AF | 0 | 7 | A | 18 | 10 | D | 48 |
| Octal | 302 | 264 | 257 | 0 | 7 | 12 | 30 | 20 | 15 | 110 |
| Binary | 11000010 | 10110100 | 10101111 | 0 | 111 | 1010 | 11000 | 10000 | 1101 | 1001000 |
Color Harmonies of #C2B4AF
Complementary color
Monochromatic Colors of #C2B4AF
Black with #C2B4AF
Text Example
Text Example
White with #C2B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4AF; }
p { color: rgb(194,180,175); }
H1.HeaderClassName
{
color: #C2B4AF;
}
.AnyTagClassName
{
color: #C2B4AF;
}
</style>
background-color css
<style>
a { background-color: #C2B4AF; }
a { background-color: rgb(194,180,175); }
div.DivClassName
{
background-color: #C2B4AF;
}
.BgClassName
{
background-color: #C2B4AF;
}
</style>
border-color css
<style>
span { border-color: #C2B4AF; }
span { border-color: rgb(194,180,175); }
td.TdClassName
{
border-color: #C2B4AF;
}
.TagClassName
{
border-color: #C2B4AF;
}
</style>