Shades of Cold Turkey #CBB2B0
Tints of Cold Turkey #CBB2B0
RGB
CMYK
RGB Variations
Color information
#CBB2B0 (or 0xCBB2B0) is known color: Cold Turkey. HEX triplet: CB, B2 and B0. RGB value is (203,178,176). Sum of RGB (Red+Green+Blue) = 203+178+176=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB2B0 is #344D4F. Grayscale: #B9B9B9. Windows color (decimal): -3427664 or 11580107. OLE color: 11580107.
HSL color Cylindrical-coordinate representation of color #CBB2B0: hue angle of 4.44º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB2B0 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 176 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.20 |
| HSL | 4.44º | 0.21% | 0.74% | - |
| HSV(B) | 4.44º | 0.13% | 0.8% | - |
| XYZ | 48.39 | 47.67 | 47.73 | - |
| YUV | 185.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 176 | 0 | 0.12 | 0.13 | 0.20 | 4.44 | 0.21 | 0.74 |
| Hex | CB | B2 | B0 | 0 | C | D | 14 | 4 | 15 | 4A |
| Octal | 313 | 262 | 260 | 0 | 14 | 15 | 24 | 4 | 25 | 112 |
| Binary | 11001011 | 10110010 | 10110000 | 0 | 1100 | 1101 | 10100 | 100 | 10101 | 1001010 |
Color Harmonies of #CBB2B0
Complementary color
Monochromatic Colors of #CBB2B0
Black with #CBB2B0
Text Example
Text Example
White with #CBB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2B0; }
p { color: rgb(203,178,176); }
H1.HeaderClassName
{
color: #CBB2B0;
}
.AnyTagClassName
{
color: #CBB2B0;
}
</style>
background-color css
<style>
a { background-color: #CBB2B0; }
a { background-color: rgb(203,178,176); }
div.DivClassName
{
background-color: #CBB2B0;
}
.BgClassName
{
background-color: #CBB2B0;
}
</style>
border-color css
<style>
span { border-color: #CBB2B0; }
span { border-color: rgb(203,178,176); }
td.TdClassName
{
border-color: #CBB2B0;
}
.TagClassName
{
border-color: #CBB2B0;
}
</style>