Shades of Cold Turkey #C5B7B5
Tints of Cold Turkey #C5B7B5
RGB
CMYK
RGB Variations
Color information
#C5B7B5 (or 0xC5B7B5) is known color: Cold Turkey. HEX triplet: C5, B7 and B5. RGB value is (197,183,181). Sum of RGB (Red+Green+Blue) = 197+183+181=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7B5 is #3A484A. Grayscale: #BABABA. Windows color (decimal): -3819595 or 11909061. OLE color: 11909061.
HSL color Cylindrical-coordinate representation of color #C5B7B5: hue angle of 7.5º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5B7B5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 183 | 181 | - |
CMYK | 0 | 0.07 | 0.08 | 0.23 |
HSL | 7.5º | 0.12% | 0.74% | - |
HSV(B) | 7.5º | 0.08% | 0.77% | - |
XYZ | 48.3 | 49.07 | 50.64 | - |
YUV | 186.96 | 124.64 | 135.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 183 | 181 | 0 | 0.07 | 0.08 | 0.23 | 7.5 | 0.12 | 0.74 |
Hex | C5 | B7 | B5 | 0 | 7 | 8 | 17 | 8 | C | 4A |
Octal | 305 | 267 | 265 | 0 | 7 | 10 | 27 | 10 | 14 | 112 |
Binary | 11000101 | 10110111 | 10110101 | 0 | 111 | 1000 | 10111 | 1000 | 1100 | 1001010 |
Color Harmonies of #C5B7B5
Complementary color
Monochromatic Colors of #C5B7B5
Black with #C5B7B5
Text Example
Text Example
White with #C5B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7B5; }
p { color: rgb(197,183,181); }
H1.HeaderClassName
{
color: #C5B7B5;
}
.AnyTagClassName
{
color: #C5B7B5;
}
</style>
background-color css
<style>
a { background-color: #C5B7B5; }
a { background-color: rgb(197,183,181); }
div.DivClassName
{
background-color: #C5B7B5;
}
.BgClassName
{
background-color: #C5B7B5;
}
</style>
border-color css
<style>
span { border-color: #C5B7B5; }
span { border-color: rgb(197,183,181); }
td.TdClassName
{
border-color: #C5B7B5;
}
.TagClassName
{
border-color: #C5B7B5;
}
</style>