Shades of Cold Turkey #CABDBA
Tints of Cold Turkey #CABDBA
RGB
CMYK
RGB Variations
Color information
#CABDBA (or 0xCABDBA) is known color: Cold Turkey. HEX triplet: CA, BD and BA. RGB value is (202,189,186). Sum of RGB (Red+Green+Blue) = 202+189+186=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBA is #354245. Grayscale: #C0C0C0. Windows color (decimal): -3490374 or 12238282. OLE color: 12238282.
HSL color Cylindrical-coordinate representation of color #CABDBA: hue angle of 11.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABDBA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 186 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.21 |
| HSL | 11.25º | 0.13% | 0.76% | - |
| HSV(B) | 11.25º | 0.08% | 0.79% | - |
| XYZ | 51.42 | 52.5 | 53.88 | - |
| YUV | 192.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 186 | 0 | 0.06 | 0.08 | 0.21 | 11.25 | 0.13 | 0.76 |
| Hex | CA | BD | BA | 0 | 6 | 8 | 15 | B | D | 4C |
| Octal | 312 | 275 | 272 | 0 | 6 | 10 | 25 | 13 | 15 | 114 |
| Binary | 11001010 | 10111101 | 10111010 | 0 | 110 | 1000 | 10101 | 1011 | 1101 | 1001100 |
Color Harmonies of #CABDBA
Complementary color
Monochromatic Colors of #CABDBA
Black with #CABDBA
Text Example
Text Example
White with #CABDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDBA; }
p { color: rgb(202,189,186); }
H1.HeaderClassName
{
color: #CABDBA;
}
.AnyTagClassName
{
color: #CABDBA;
}
</style>
background-color css
<style>
a { background-color: #CABDBA; }
a { background-color: rgb(202,189,186); }
div.DivClassName
{
background-color: #CABDBA;
}
.BgClassName
{
background-color: #CABDBA;
}
</style>
border-color css
<style>
span { border-color: #CABDBA; }
span { border-color: rgb(202,189,186); }
td.TdClassName
{
border-color: #CABDBA;
}
.TagClassName
{
border-color: #CABDBA;
}
</style>