Shades of Cold Turkey #C5B3AF
Tints of Cold Turkey #C5B3AF
RGB
CMYK
RGB Variations
Color information
#C5B3AF (or 0xC5B3AF) is known color: Cold Turkey. HEX triplet: C5, B3 and AF. RGB value is (197,179,175). Sum of RGB (Red+Green+Blue) = 197+179+175=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B3AF is #3A4C50. Grayscale: #B7B7B7. Windows color (decimal): -3820625 or 11514821. OLE color: 11514821.
HSL color Cylindrical-coordinate representation of color #C5B3AF: hue angle of 10.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B3AF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 175 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.23 |
| HSL | 10.91º | 0.16% | 0.73% | - |
| HSV(B) | 10.91º | 0.11% | 0.77% | - |
| XYZ | 46.88 | 47.21 | 47.2 | - |
| YUV | 183.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 175 | 0 | 0.09 | 0.11 | 0.23 | 10.91 | 0.16 | 0.73 |
| Hex | C5 | B3 | AF | 0 | 9 | B | 17 | B | 10 | 49 |
| Octal | 305 | 263 | 257 | 0 | 11 | 13 | 27 | 13 | 20 | 111 |
| Binary | 11000101 | 10110011 | 10101111 | 0 | 1001 | 1011 | 10111 | 1011 | 10000 | 1001001 |
Color Harmonies of #C5B3AF
Complementary color
Monochromatic Colors of #C5B3AF
Black with #C5B3AF
Text Example
Text Example
White with #C5B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B3AF; }
p { color: rgb(197,179,175); }
H1.HeaderClassName
{
color: #C5B3AF;
}
.AnyTagClassName
{
color: #C5B3AF;
}
</style>
background-color css
<style>
a { background-color: #C5B3AF; }
a { background-color: rgb(197,179,175); }
div.DivClassName
{
background-color: #C5B3AF;
}
.BgClassName
{
background-color: #C5B3AF;
}
</style>
border-color css
<style>
span { border-color: #C5B3AF; }
span { border-color: rgb(197,179,175); }
td.TdClassName
{
border-color: #C5B3AF;
}
.TagClassName
{
border-color: #C5B3AF;
}
</style>