Shades of Cold Turkey #CBB6B3
Tints of Cold Turkey #CBB6B3
RGB
CMYK
RGB Variations
Color information
#CBB6B3 (or 0xCBB6B3) is known color: Cold Turkey. HEX triplet: CB, B6 and B3. RGB value is (203,182,179). Sum of RGB (Red+Green+Blue) = 203+182+179=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6B3 is #34494C. Grayscale: #BBBBBB. Windows color (decimal): -3426637 or 11777739. OLE color: 11777739.
HSL color Cylindrical-coordinate representation of color #CBB6B3: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB6B3 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 179 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.20 |
| HSL | 7.5º | 0.19% | 0.75% | - |
| HSV(B) | 7.5º | 0.12% | 0.8% | - |
| XYZ | 49.49 | 49.41 | 49.58 | - |
| YUV | 187.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 179 | 0 | 0.10 | 0.12 | 0.20 | 7.5 | 0.19 | 0.75 |
| Hex | CB | B6 | B3 | 0 | A | C | 14 | 8 | 13 | 4B |
| Octal | 313 | 266 | 263 | 0 | 12 | 14 | 24 | 10 | 23 | 113 |
| Binary | 11001011 | 10110110 | 10110011 | 0 | 1010 | 1100 | 10100 | 1000 | 10011 | 1001011 |
Color Harmonies of #CBB6B3
Complementary color
Monochromatic Colors of #CBB6B3
Black with #CBB6B3
Text Example
Text Example
White with #CBB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6B3; }
p { color: rgb(203,182,179); }
H1.HeaderClassName
{
color: #CBB6B3;
}
.AnyTagClassName
{
color: #CBB6B3;
}
</style>
background-color css
<style>
a { background-color: #CBB6B3; }
a { background-color: rgb(203,182,179); }
div.DivClassName
{
background-color: #CBB6B3;
}
.BgClassName
{
background-color: #CBB6B3;
}
</style>
border-color css
<style>
span { border-color: #CBB6B3; }
span { border-color: rgb(203,182,179); }
td.TdClassName
{
border-color: #CBB6B3;
}
.TagClassName
{
border-color: #CBB6B3;
}
</style>