Shades of Cold Turkey #C4B6B3
Tints of Cold Turkey #C4B6B3
RGB
CMYK
RGB Variations
Color information
#C4B6B3 (or 0xC4B6B3) is known color: Cold Turkey. HEX triplet: C4, B6 and B3. RGB value is (196,182,179). Sum of RGB (Red+Green+Blue) = 196+182+179=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B6B3 is #3B494C. Grayscale: #B9B9B9. Windows color (decimal): -3885389 or 11777732. OLE color: 11777732.
HSL color Cylindrical-coordinate representation of color #C4B6B3: hue angle of 10.59º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B6B3 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 179 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.23 |
| HSL | 10.59º | 0.13% | 0.74% | - |
| HSV(B) | 10.59º | 0.09% | 0.77% | - |
| XYZ | 47.63 | 48.45 | 49.49 | - |
| YUV | 185.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 179 | 0 | 0.07 | 0.09 | 0.23 | 10.59 | 0.13 | 0.74 |
| Hex | C4 | B6 | B3 | 0 | 7 | 9 | 17 | B | D | 4A |
| Octal | 304 | 266 | 263 | 0 | 7 | 11 | 27 | 13 | 15 | 112 |
| Binary | 11000100 | 10110110 | 10110011 | 0 | 111 | 1001 | 10111 | 1011 | 1101 | 1001010 |
Color Harmonies of #C4B6B3
Complementary color
Monochromatic Colors of #C4B6B3
Black with #C4B6B3
Text Example
Text Example
White with #C4B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B6B3; }
p { color: rgb(196,182,179); }
H1.HeaderClassName
{
color: #C4B6B3;
}
.AnyTagClassName
{
color: #C4B6B3;
}
</style>
background-color css
<style>
a { background-color: #C4B6B3; }
a { background-color: rgb(196,182,179); }
div.DivClassName
{
background-color: #C4B6B3;
}
.BgClassName
{
background-color: #C4B6B3;
}
</style>
border-color css
<style>
span { border-color: #C4B6B3; }
span { border-color: rgb(196,182,179); }
td.TdClassName
{
border-color: #C4B6B3;
}
.TagClassName
{
border-color: #C4B6B3;
}
</style>