Shades of Cold Turkey #CBB4B3
Tints of Cold Turkey #CBB4B3
RGB
CMYK
RGB Variations
Color information
#CBB4B3 (or 0xCBB4B3) is known color: Cold Turkey. HEX triplet: CB, B4 and B3. RGB value is (203,180,179). Sum of RGB (Red+Green+Blue) = 203+180+179=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4B3 is #344B4C. Grayscale: #BABABA. Windows color (decimal): -3427149 or 11777227. OLE color: 11777227.
HSL color Cylindrical-coordinate representation of color #CBB4B3: hue angle of 2.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 #CBB4B3 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 179 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.20 |
| HSL | 2.5º | 0.19% | 0.75% | - |
| HSV(B) | 2.5º | 0.12% | 0.8% | - |
| XYZ | 49.09 | 48.59 | 49.44 | - |
| YUV | 186.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 179 | 0 | 0.11 | 0.12 | 0.20 | 2.5 | 0.19 | 0.75 |
| Hex | CB | B4 | B3 | 0 | B | C | 14 | 2 | 13 | 4B |
| Octal | 313 | 264 | 263 | 0 | 13 | 14 | 24 | 2 | 23 | 113 |
| Binary | 11001011 | 10110100 | 10110011 | 0 | 1011 | 1100 | 10100 | 10 | 10011 | 1001011 |
Color Harmonies of #CBB4B3
Complementary color
Monochromatic Colors of #CBB4B3
Black with #CBB4B3
Text Example
Text Example
White with #CBB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4B3; }
p { color: rgb(203,180,179); }
H1.HeaderClassName
{
color: #CBB4B3;
}
.AnyTagClassName
{
color: #CBB4B3;
}
</style>
background-color css
<style>
a { background-color: #CBB4B3; }
a { background-color: rgb(203,180,179); }
div.DivClassName
{
background-color: #CBB4B3;
}
.BgClassName
{
background-color: #CBB4B3;
}
</style>
border-color css
<style>
span { border-color: #CBB4B3; }
span { border-color: rgb(203,180,179); }
td.TdClassName
{
border-color: #CBB4B3;
}
.TagClassName
{
border-color: #CBB4B3;
}
</style>