Shades of Cold Turkey #C4B3AF
Tints of Cold Turkey #C4B3AF
RGB
CMYK
RGB Variations
Color information
#C4B3AF (or 0xC4B3AF) is known color: Cold Turkey. HEX triplet: C4, B3 and AF. RGB value is (196,179,175). Sum of RGB (Red+Green+Blue) = 196+179+175=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B3AF is #3B4C50. Grayscale: #B7B7B7. Windows color (decimal): -3886161 or 11514820. OLE color: 11514820.
HSL color Cylindrical-coordinate representation of color #C4B3AF: hue angle of 11.43º degrees, saturation: 0.15, 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 #C4B3AF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 175 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.23 |
| HSL | 11.43º | 0.15% | 0.73% | - |
| HSV(B) | 11.43º | 0.11% | 0.77% | - |
| XYZ | 46.62 | 47.07 | 47.19 | - |
| YUV | 183.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 175 | 0 | 0.09 | 0.11 | 0.23 | 11.43 | 0.15 | 0.73 |
| Hex | C4 | B3 | AF | 0 | 9 | B | 17 | B | F | 49 |
| Octal | 304 | 263 | 257 | 0 | 11 | 13 | 27 | 13 | 17 | 111 |
| Binary | 11000100 | 10110011 | 10101111 | 0 | 1001 | 1011 | 10111 | 1011 | 1111 | 1001001 |
Color Harmonies of #C4B3AF
Complementary color
Monochromatic Colors of #C4B3AF
Black with #C4B3AF
Text Example
Text Example
White with #C4B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3AF; }
p { color: rgb(196,179,175); }
H1.HeaderClassName
{
color: #C4B3AF;
}
.AnyTagClassName
{
color: #C4B3AF;
}
</style>
background-color css
<style>
a { background-color: #C4B3AF; }
a { background-color: rgb(196,179,175); }
div.DivClassName
{
background-color: #C4B3AF;
}
.BgClassName
{
background-color: #C4B3AF;
}
</style>
border-color css
<style>
span { border-color: #C4B3AF; }
span { border-color: rgb(196,179,175); }
td.TdClassName
{
border-color: #C4B3AF;
}
.TagClassName
{
border-color: #C4B3AF;
}
</style>