Shades of Cold Turkey #CBBAB5
Tints of Cold Turkey #CBBAB5
RGB
CMYK
RGB Variations
Color information
#CBBAB5 (or 0xCBBAB5) is known color: Cold Turkey. HEX triplet: CB, BA and B5. RGB value is (203,186,181). Sum of RGB (Red+Green+Blue) = 203+186+181=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAB5 is #34454A. Grayscale: #BEBEBE. Windows color (decimal): -3425611 or 11909835. OLE color: 11909835.
HSL color Cylindrical-coordinate representation of color #CBBAB5: hue angle of 13.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBAB5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 181 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.20 |
| HSL | 13.64º | 0.17% | 0.75% | - |
| HSV(B) | 13.64º | 0.11% | 0.8% | - |
| XYZ | 50.53 | 51.15 | 50.93 | - |
| YUV | 190.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 181 | 0 | 0.08 | 0.11 | 0.20 | 13.64 | 0.17 | 0.75 |
| Hex | CB | BA | B5 | 0 | 8 | B | 14 | E | 11 | 4B |
| Octal | 313 | 272 | 265 | 0 | 10 | 13 | 24 | 16 | 21 | 113 |
| Binary | 11001011 | 10111010 | 10110101 | 0 | 1000 | 1011 | 10100 | 1110 | 10001 | 1001011 |
Color Harmonies of #CBBAB5
Complementary color
Monochromatic Colors of #CBBAB5
Black with #CBBAB5
Text Example
Text Example
White with #CBBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAB5; }
p { color: rgb(203,186,181); }
H1.HeaderClassName
{
color: #CBBAB5;
}
.AnyTagClassName
{
color: #CBBAB5;
}
</style>
background-color css
<style>
a { background-color: #CBBAB5; }
a { background-color: rgb(203,186,181); }
div.DivClassName
{
background-color: #CBBAB5;
}
.BgClassName
{
background-color: #CBBAB5;
}
</style>
border-color css
<style>
span { border-color: #CBBAB5; }
span { border-color: rgb(203,186,181); }
td.TdClassName
{
border-color: #CBBAB5;
}
.TagClassName
{
border-color: #CBBAB5;
}
</style>