Shades of Cold Turkey #CAB2B2
Tints of Cold Turkey #CAB2B2
RGB
CMYK
RGB Variations
Color information
#CAB2B2 (or 0xCAB2B2) is known color: Cold Turkey. HEX triplet: CA, B2 and B2. RGB value is (202,178,178). Sum of RGB (Red+Green+Blue) = 202+178+178=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2B2 is #354D4D. Grayscale: #B9B9B9. Windows color (decimal): -3493198 or 11711178. OLE color: 11711178.
HSL color Cylindrical-coordinate representation of color #CAB2B2: hue angle of 0º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2B2 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 178 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.21 |
| HSL | 0º | 0.18% | 0.75% | - |
| HSV(B) | 0º | 0.12% | 0.79% | - |
| XYZ | 48.31 | 47.61 | 48.76 | - |
| YUV | 185.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 178 | 0 | 0.12 | 0.12 | 0.21 | 0 | 0.18 | 0.75 |
| Hex | CA | B2 | B2 | 0 | C | C | 15 | 0 | 12 | 4B |
| Octal | 312 | 262 | 262 | 0 | 14 | 14 | 25 | 0 | 22 | 113 |
| Binary | 11001010 | 10110010 | 10110010 | 0 | 1100 | 1100 | 10101 | 0 | 10010 | 1001011 |
Color Harmonies of #CAB2B2
Complementary color
Monochromatic Colors of #CAB2B2
Black with #CAB2B2
Text Example
Text Example
White with #CAB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2B2; }
p { color: rgb(202,178,178); }
H1.HeaderClassName
{
color: #CAB2B2;
}
.AnyTagClassName
{
color: #CAB2B2;
}
</style>
background-color css
<style>
a { background-color: #CAB2B2; }
a { background-color: rgb(202,178,178); }
div.DivClassName
{
background-color: #CAB2B2;
}
.BgClassName
{
background-color: #CAB2B2;
}
</style>
border-color css
<style>
span { border-color: #CAB2B2; }
span { border-color: rgb(202,178,178); }
td.TdClassName
{
border-color: #CAB2B2;
}
.TagClassName
{
border-color: #CAB2B2;
}
</style>