Shades of Cold Turkey #C3B3AF
Tints of Cold Turkey #C3B3AF
RGB
CMYK
RGB Variations
Color information
#C3B3AF (or 0xC3B3AF) is known color: Cold Turkey. HEX triplet: C3, B3 and AF. RGB value is (195,179,175). Sum of RGB (Red+Green+Blue) = 195+179+175=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B3AF is #3C4C50. Grayscale: #B7B7B7. Windows color (decimal): -3951697 or 11514819. OLE color: 11514819.
HSL color Cylindrical-coordinate representation of color #C3B3AF: hue angle of 12º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B3AF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 175 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.24 |
| HSL | 12º | 0.14% | 0.73% | - |
| HSV(B) | 12º | 0.1% | 0.76% | - |
| XYZ | 46.36 | 46.94 | 47.17 | - |
| YUV | 183.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 175 | 0 | 0.08 | 0.10 | 0.24 | 12 | 0.14 | 0.73 |
| Hex | C3 | B3 | AF | 0 | 8 | A | 18 | C | E | 49 |
| Octal | 303 | 263 | 257 | 0 | 10 | 12 | 30 | 14 | 16 | 111 |
| Binary | 11000011 | 10110011 | 10101111 | 0 | 1000 | 1010 | 11000 | 1100 | 1110 | 1001001 |
Color Harmonies of #C3B3AF
Complementary color
Monochromatic Colors of #C3B3AF
Black with #C3B3AF
Text Example
Text Example
White with #C3B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3AF; }
p { color: rgb(195,179,175); }
H1.HeaderClassName
{
color: #C3B3AF;
}
.AnyTagClassName
{
color: #C3B3AF;
}
</style>
background-color css
<style>
a { background-color: #C3B3AF; }
a { background-color: rgb(195,179,175); }
div.DivClassName
{
background-color: #C3B3AF;
}
.BgClassName
{
background-color: #C3B3AF;
}
</style>
border-color css
<style>
span { border-color: #C3B3AF; }
span { border-color: rgb(195,179,175); }
td.TdClassName
{
border-color: #C3B3AF;
}
.TagClassName
{
border-color: #C3B3AF;
}
</style>