Shades of Cold Turkey #C1B3AF
Tints of Cold Turkey #C1B3AF
RGB
CMYK
RGB Variations
Color information
#C1B3AF (or 0xC1B3AF) is known color: Cold Turkey. HEX triplet: C1, B3 and AF. RGB value is (193,179,175). Sum of RGB (Red+Green+Blue) = 193+179+175=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B3AF is #3E4C50. Grayscale: #B6B6B6. Windows color (decimal): -4082769 or 11514817. OLE color: 11514817.
HSL color Cylindrical-coordinate representation of color #C1B3AF: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B3AF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 175 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.24 |
| HSL | 13.33º | 0.13% | 0.72% | - |
| HSV(B) | 13.33º | 0.09% | 0.76% | - |
| XYZ | 45.85 | 46.67 | 47.15 | - |
| YUV | 182.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 175 | 0 | 0.07 | 0.09 | 0.24 | 13.33 | 0.13 | 0.72 |
| Hex | C1 | B3 | AF | 0 | 7 | 9 | 18 | D | D | 48 |
| Octal | 301 | 263 | 257 | 0 | 7 | 11 | 30 | 15 | 15 | 110 |
| Binary | 11000001 | 10110011 | 10101111 | 0 | 111 | 1001 | 11000 | 1101 | 1101 | 1001000 |
Color Harmonies of #C1B3AF
Complementary color
Monochromatic Colors of #C1B3AF
Black with #C1B3AF
Text Example
Text Example
White with #C1B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3AF; }
p { color: rgb(193,179,175); }
H1.HeaderClassName
{
color: #C1B3AF;
}
.AnyTagClassName
{
color: #C1B3AF;
}
</style>
background-color css
<style>
a { background-color: #C1B3AF; }
a { background-color: rgb(193,179,175); }
div.DivClassName
{
background-color: #C1B3AF;
}
.BgClassName
{
background-color: #C1B3AF;
}
</style>
border-color css
<style>
span { border-color: #C1B3AF; }
span { border-color: rgb(193,179,175); }
td.TdClassName
{
border-color: #C1B3AF;
}
.TagClassName
{
border-color: #C1B3AF;
}
</style>