Shades of Cold Turkey #CABDBB
Tints of Cold Turkey #CABDBB
RGB
CMYK
RGB Variations
Color information
#CABDBB (or 0xCABDBB) is known color: Cold Turkey. HEX triplet: CA, BD and BB. RGB value is (202,189,187). Sum of RGB (Red+Green+Blue) = 202+189+187=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBB is #354244. Grayscale: #C0C0C0. Windows color (decimal): -3490373 or 12303818. OLE color: 12303818.
HSL color Cylindrical-coordinate representation of color #CABDBB: hue angle of 8º 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 #CABDBB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 187 | - |
CMYK | 0 | 0.06 | 0.07 | 0.21 |
HSL | 8º | 0.12% | 0.76% | - |
HSV(B) | 8º | 0.07% | 0.79% | - |
XYZ | 51.52 | 52.54 | 54.44 | - |
YUV | 192.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 187 | 0 | 0.06 | 0.07 | 0.21 | 8 | 0.12 | 0.76 |
Hex | CA | BD | BB | 0 | 6 | 7 | 15 | 8 | C | 4C |
Octal | 312 | 275 | 273 | 0 | 6 | 7 | 25 | 10 | 14 | 114 |
Binary | 11001010 | 10111101 | 10111011 | 0 | 110 | 111 | 10101 | 1000 | 1100 | 1001100 |
Color Harmonies of #CABDBB
Complementary color
Monochromatic Colors of #CABDBB
Black with #CABDBB
Text Example
Text Example
White with #CABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDBB; }
p { color: rgb(202,189,187); }
H1.HeaderClassName
{
color: #CABDBB;
}
.AnyTagClassName
{
color: #CABDBB;
}
</style>
background-color css
<style>
a { background-color: #CABDBB; }
a { background-color: rgb(202,189,187); }
div.DivClassName
{
background-color: #CABDBB;
}
.BgClassName
{
background-color: #CABDBB;
}
</style>
border-color css
<style>
span { border-color: #CABDBB; }
span { border-color: rgb(202,189,187); }
td.TdClassName
{
border-color: #CABDBB;
}
.TagClassName
{
border-color: #CABDBB;
}
</style>