Shades of Cold Turkey #CBB3B1
Tints of Cold Turkey #CBB3B1
RGB
CMYK
RGB Variations
Color information
#CBB3B1 (or 0xCBB3B1) is known color: Cold Turkey. HEX triplet: CB, B3 and B1. RGB value is (203,179,177). Sum of RGB (Red+Green+Blue) = 203+179+177=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3B1 is #344C4E. Grayscale: #B9B9B9. Windows color (decimal): -3427407 or 11645899. OLE color: 11645899.
HSL color Cylindrical-coordinate representation of color #CBB3B1: hue angle of 4.62º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB3B1 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 177 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.20 |
| HSL | 4.62º | 0.2% | 0.75% | - |
| HSV(B) | 4.62º | 0.13% | 0.8% | - |
| XYZ | 48.68 | 48.11 | 48.32 | - |
| YUV | 185.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 177 | 0 | 0.12 | 0.13 | 0.20 | 4.62 | 0.2 | 0.75 |
| Hex | CB | B3 | B1 | 0 | C | D | 14 | 5 | 14 | 4B |
| Octal | 313 | 263 | 261 | 0 | 14 | 15 | 24 | 5 | 24 | 113 |
| Binary | 11001011 | 10110011 | 10110001 | 0 | 1100 | 1101 | 10100 | 101 | 10100 | 1001011 |
Color Harmonies of #CBB3B1
Complementary color
Monochromatic Colors of #CBB3B1
Black with #CBB3B1
Text Example
Text Example
White with #CBB3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3B1; }
p { color: rgb(203,179,177); }
H1.HeaderClassName
{
color: #CBB3B1;
}
.AnyTagClassName
{
color: #CBB3B1;
}
</style>
background-color css
<style>
a { background-color: #CBB3B1; }
a { background-color: rgb(203,179,177); }
div.DivClassName
{
background-color: #CBB3B1;
}
.BgClassName
{
background-color: #CBB3B1;
}
</style>
border-color css
<style>
span { border-color: #CBB3B1; }
span { border-color: rgb(203,179,177); }
td.TdClassName
{
border-color: #CBB3B1;
}
.TagClassName
{
border-color: #CBB3B1;
}
</style>