Shades of Cold Turkey #C1B4AF
Tints of Cold Turkey #C1B4AF
RGB
CMYK
RGB Variations
Color information
#C1B4AF (or 0xC1B4AF) is known color: Cold Turkey. HEX triplet: C1, B4 and AF. RGB value is (193,180,175). Sum of RGB (Red+Green+Blue) = 193+180+175=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B4AF is #3E4B50. Grayscale: #B7B7B7. Windows color (decimal): -4082513 or 11515073. OLE color: 11515073.
HSL color Cylindrical-coordinate representation of color #C1B4AF: hue angle of 16.67º 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 #C1B4AF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 175 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.24 |
| HSL | 16.67º | 0.13% | 0.72% | - |
| HSV(B) | 16.67º | 0.09% | 0.76% | - |
| XYZ | 46.05 | 47.08 | 47.22 | - |
| YUV | 183.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 175 | 0 | 0.07 | 0.09 | 0.24 | 16.67 | 0.13 | 0.72 |
| Hex | C1 | B4 | AF | 0 | 7 | 9 | 18 | 11 | D | 48 |
| Octal | 301 | 264 | 257 | 0 | 7 | 11 | 30 | 21 | 15 | 110 |
| Binary | 11000001 | 10110100 | 10101111 | 0 | 111 | 1001 | 11000 | 10001 | 1101 | 1001000 |
Color Harmonies of #C1B4AF
Complementary color
Monochromatic Colors of #C1B4AF
Black with #C1B4AF
Text Example
Text Example
White with #C1B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4AF; }
p { color: rgb(193,180,175); }
H1.HeaderClassName
{
color: #C1B4AF;
}
.AnyTagClassName
{
color: #C1B4AF;
}
</style>
background-color css
<style>
a { background-color: #C1B4AF; }
a { background-color: rgb(193,180,175); }
div.DivClassName
{
background-color: #C1B4AF;
}
.BgClassName
{
background-color: #C1B4AF;
}
</style>
border-color css
<style>
span { border-color: #C1B4AF; }
span { border-color: rgb(193,180,175); }
td.TdClassName
{
border-color: #C1B4AF;
}
.TagClassName
{
border-color: #C1B4AF;
}
</style>