Shades of Cold Turkey #C3B7B3
Tints of Cold Turkey #C3B7B3
RGB
CMYK
RGB Variations
Color information
#C3B7B3 (or 0xC3B7B3) is known color: Cold Turkey. HEX triplet: C3, B7 and B3. RGB value is (195,183,179). Sum of RGB (Red+Green+Blue) = 195+183+179=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7B3 is #3C484C. Grayscale: #BABABA. Windows color (decimal): -3950669 or 11777987. OLE color: 11777987.
HSL color Cylindrical-coordinate representation of color #C3B7B3: hue angle of 15º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B7B3 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 179 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.24 |
| HSL | 15º | 0.12% | 0.73% | - |
| HSV(B) | 15º | 0.08% | 0.76% | - |
| XYZ | 47.58 | 48.72 | 49.54 | - |
| YUV | 186.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 179 | 0 | 0.06 | 0.08 | 0.24 | 15 | 0.12 | 0.73 |
| Hex | C3 | B7 | B3 | 0 | 6 | 8 | 18 | F | C | 49 |
| Octal | 303 | 267 | 263 | 0 | 6 | 10 | 30 | 17 | 14 | 111 |
| Binary | 11000011 | 10110111 | 10110011 | 0 | 110 | 1000 | 11000 | 1111 | 1100 | 1001001 |
Color Harmonies of #C3B7B3
Complementary color
Monochromatic Colors of #C3B7B3
Black with #C3B7B3
Text Example
Text Example
White with #C3B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7B3; }
p { color: rgb(195,183,179); }
H1.HeaderClassName
{
color: #C3B7B3;
}
.AnyTagClassName
{
color: #C3B7B3;
}
</style>
background-color css
<style>
a { background-color: #C3B7B3; }
a { background-color: rgb(195,183,179); }
div.DivClassName
{
background-color: #C3B7B3;
}
.BgClassName
{
background-color: #C3B7B3;
}
</style>
border-color css
<style>
span { border-color: #C3B7B3; }
span { border-color: rgb(195,183,179); }
td.TdClassName
{
border-color: #C3B7B3;
}
.TagClassName
{
border-color: #C3B7B3;
}
</style>