Shades of Cold Turkey #CBB7B6
Tints of Cold Turkey #CBB7B6
RGB
CMYK
RGB Variations
Color information
#CBB7B6 (or 0xCBB7B6) is known color: Cold Turkey. HEX triplet: CB, B7 and B6. RGB value is (203,183,182). Sum of RGB (Red+Green+Blue) = 203+183+182=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7B6 is #344849. Grayscale: #BCBCBC. Windows color (decimal): -3426378 or 11974603. OLE color: 11974603.
HSL color Cylindrical-coordinate representation of color #CBB7B6: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7B6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 183 | 182 | - |
CMYK | 0 | 0.10 | 0.10 | 0.20 |
HSL | 2.86º | 0.17% | 0.75% | - |
HSV(B) | 2.86º | 0.1% | 0.8% | - |
XYZ | 50.01 | 49.94 | 51.26 | - |
YUV | 188.87 | 124.13 | 138.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 183 | 182 | 0 | 0.10 | 0.10 | 0.20 | 2.86 | 0.17 | 0.75 |
Hex | CB | B7 | B6 | 0 | A | A | 14 | 3 | 11 | 4B |
Octal | 313 | 267 | 266 | 0 | 12 | 12 | 24 | 3 | 21 | 113 |
Binary | 11001011 | 10110111 | 10110110 | 0 | 1010 | 1010 | 10100 | 11 | 10001 | 1001011 |
Color Harmonies of #CBB7B6
Complementary color
Monochromatic Colors of #CBB7B6
Black with #CBB7B6
Text Example
Text Example
White with #CBB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7B6; }
p { color: rgb(203,183,182); }
H1.HeaderClassName
{
color: #CBB7B6;
}
.AnyTagClassName
{
color: #CBB7B6;
}
</style>
background-color css
<style>
a { background-color: #CBB7B6; }
a { background-color: rgb(203,183,182); }
div.DivClassName
{
background-color: #CBB7B6;
}
.BgClassName
{
background-color: #CBB7B6;
}
</style>
border-color css
<style>
span { border-color: #CBB7B6; }
span { border-color: rgb(203,183,182); }
td.TdClassName
{
border-color: #CBB7B6;
}
.TagClassName
{
border-color: #CBB7B6;
}
</style>