Shades of Cold Turkey #CABEBB
Tints of Cold Turkey #CABEBB
RGB
CMYK
RGB Variations
Color information
#CABEBB (or 0xCABEBB) is known color: Cold Turkey. HEX triplet: CA, BE and BB. RGB value is (202,190,187). Sum of RGB (Red+Green+Blue) = 202+190+187=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEBB is #354144. Grayscale: #C1C1C1. Windows color (decimal): -3490117 or 12304074. OLE color: 12304074.
HSL color Cylindrical-coordinate representation of color #CABEBB: hue angle of 12º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABEBB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 187 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.21 |
| HSL | 12º | 0.12% | 0.76% | - |
| HSV(B) | 12º | 0.07% | 0.79% | - |
| XYZ | 51.74 | 52.97 | 54.51 | - |
| YUV | 193.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 187 | 0 | 0.06 | 0.07 | 0.21 | 12 | 0.12 | 0.76 |
| Hex | CA | BE | BB | 0 | 6 | 7 | 15 | C | C | 4C |
| Octal | 312 | 276 | 273 | 0 | 6 | 7 | 25 | 14 | 14 | 114 |
| Binary | 11001010 | 10111110 | 10111011 | 0 | 110 | 111 | 10101 | 1100 | 1100 | 1001100 |
Color Harmonies of #CABEBB
Complementary color
Monochromatic Colors of #CABEBB
Black with #CABEBB
Text Example
Text Example
White with #CABEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEBB; }
p { color: rgb(202,190,187); }
H1.HeaderClassName
{
color: #CABEBB;
}
.AnyTagClassName
{
color: #CABEBB;
}
</style>
background-color css
<style>
a { background-color: #CABEBB; }
a { background-color: rgb(202,190,187); }
div.DivClassName
{
background-color: #CABEBB;
}
.BgClassName
{
background-color: #CABEBB;
}
</style>
border-color css
<style>
span { border-color: #CABEBB; }
span { border-color: rgb(202,190,187); }
td.TdClassName
{
border-color: #CABEBB;
}
.TagClassName
{
border-color: #CABEBB;
}
</style>