Shades of Cold Turkey #CBB0AB
Tints of Cold Turkey #CBB0AB
RGB
CMYK
RGB Variations
Color information
#CBB0AB (or 0xCBB0AB) is known color: Cold Turkey. HEX triplet: CB, B0 and AB. RGB value is (203,176,171). Sum of RGB (Red+Green+Blue) = 203+176+171=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0AB is #344F54. Grayscale: #B7B7B7. Windows color (decimal): -3428181 or 11251915. OLE color: 11251915.
HSL color Cylindrical-coordinate representation of color #CBB0AB: hue angle of 9.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB0AB is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 171 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.20 |
| HSL | 9.38º | 0.24% | 0.73% | - |
| HSV(B) | 9.38º | 0.16% | 0.8% | - |
| XYZ | 47.5 | 46.69 | 45.04 | - |
| YUV | 183.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 171 | 0 | 0.13 | 0.16 | 0.20 | 9.38 | 0.24 | 0.73 |
| Hex | CB | B0 | AB | 0 | D | 10 | 14 | 9 | 18 | 49 |
| Octal | 313 | 260 | 253 | 0 | 15 | 20 | 24 | 11 | 30 | 111 |
| Binary | 11001011 | 10110000 | 10101011 | 0 | 1101 | 10000 | 10100 | 1001 | 11000 | 1001001 |
Color Harmonies of #CBB0AB
Complementary color
Monochromatic Colors of #CBB0AB
Black with #CBB0AB
Text Example
Text Example
White with #CBB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0AB; }
p { color: rgb(203,176,171); }
H1.HeaderClassName
{
color: #CBB0AB;
}
.AnyTagClassName
{
color: #CBB0AB;
}
</style>
background-color css
<style>
a { background-color: #CBB0AB; }
a { background-color: rgb(203,176,171); }
div.DivClassName
{
background-color: #CBB0AB;
}
.BgClassName
{
background-color: #CBB0AB;
}
</style>
border-color css
<style>
span { border-color: #CBB0AB; }
span { border-color: rgb(203,176,171); }
td.TdClassName
{
border-color: #CBB0AB;
}
.TagClassName
{
border-color: #CBB0AB;
}
</style>