Shades of Cold Turkey #C0B4B0
Tints of Cold Turkey #C0B4B0
RGB
CMYK
RGB Variations
Color information
#C0B4B0 (or 0xC0B4B0) is known color: Cold Turkey. HEX triplet: C0, B4 and B0. RGB value is (192,180,176). Sum of RGB (Red+Green+Blue) = 192+180+176=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B4B0 is #3F4B4F. Grayscale: #B7B7B7. Windows color (decimal): -4148048 or 11580608. OLE color: 11580608.
HSL color Cylindrical-coordinate representation of color #C0B4B0: hue angle of 15º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B4B0 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 176 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.25 |
| HSL | 15º | 0.11% | 0.72% | - |
| HSV(B) | 15º | 0.08% | 0.75% | - |
| XYZ | 45.9 | 46.98 | 47.72 | - |
| YUV | 183.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 176 | 0 | 0.06 | 0.08 | 0.25 | 15 | 0.11 | 0.72 |
| Hex | C0 | B4 | B0 | 0 | 6 | 8 | 19 | F | B | 48 |
| Octal | 300 | 264 | 260 | 0 | 6 | 10 | 31 | 17 | 13 | 110 |
| Binary | 11000000 | 10110100 | 10110000 | 0 | 110 | 1000 | 11001 | 1111 | 1011 | 1001000 |
Color Harmonies of #C0B4B0
Complementary color
Monochromatic Colors of #C0B4B0
Black with #C0B4B0
Text Example
Text Example
White with #C0B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4B0; }
p { color: rgb(192,180,176); }
H1.HeaderClassName
{
color: #C0B4B0;
}
.AnyTagClassName
{
color: #C0B4B0;
}
</style>
background-color css
<style>
a { background-color: #C0B4B0; }
a { background-color: rgb(192,180,176); }
div.DivClassName
{
background-color: #C0B4B0;
}
.BgClassName
{
background-color: #C0B4B0;
}
</style>
border-color css
<style>
span { border-color: #C0B4B0; }
span { border-color: rgb(192,180,176); }
td.TdClassName
{
border-color: #C0B4B0;
}
.TagClassName
{
border-color: #C0B4B0;
}
</style>