Shades of Cold Turkey #C2B3AF
Tints of Cold Turkey #C2B3AF
RGB
CMYK
RGB Variations
Color information
#C2B3AF (or 0xC2B3AF) is known color: Cold Turkey. HEX triplet: C2, B3 and AF. RGB value is (194,179,175). Sum of RGB (Red+Green+Blue) = 194+179+175=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3AF is #3D4C50. Grayscale: #B7B7B7. Windows color (decimal): -4017233 or 11514818. OLE color: 11514818.
HSL color Cylindrical-coordinate representation of color #C2B3AF: hue angle of 12.63º 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 #C2B3AF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 175 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.24 |
| HSL | 12.63º | 0.13% | 0.72% | - |
| HSV(B) | 12.63º | 0.1% | 0.76% | - |
| XYZ | 46.11 | 46.8 | 47.16 | - |
| YUV | 183.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 175 | 0 | 0.08 | 0.10 | 0.24 | 12.63 | 0.13 | 0.72 |
| Hex | C2 | B3 | AF | 0 | 8 | A | 18 | D | D | 48 |
| Octal | 302 | 263 | 257 | 0 | 10 | 12 | 30 | 15 | 15 | 110 |
| Binary | 11000010 | 10110011 | 10101111 | 0 | 1000 | 1010 | 11000 | 1101 | 1101 | 1001000 |
Color Harmonies of #C2B3AF
Complementary color
Monochromatic Colors of #C2B3AF
Black with #C2B3AF
Text Example
Text Example
White with #C2B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3AF; }
p { color: rgb(194,179,175); }
H1.HeaderClassName
{
color: #C2B3AF;
}
.AnyTagClassName
{
color: #C2B3AF;
}
</style>
background-color css
<style>
a { background-color: #C2B3AF; }
a { background-color: rgb(194,179,175); }
div.DivClassName
{
background-color: #C2B3AF;
}
.BgClassName
{
background-color: #C2B3AF;
}
</style>
border-color css
<style>
span { border-color: #C2B3AF; }
span { border-color: rgb(194,179,175); }
td.TdClassName
{
border-color: #C2B3AF;
}
.TagClassName
{
border-color: #C2B3AF;
}
</style>