Shades of Cabaret #CA6170
Tints of Cabaret #CA6170
RGB
CMYK
RGB Variations
Color information
#CA6170 (or 0xCA6170) is known color: Cabaret. HEX triplet: CA, 61 and 70. RGB value is (202,97,112). Sum of RGB (Red+Green+Blue) = 202+97+112=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6170 is #359E8F. Grayscale: #828282. Windows color (decimal): -3514000 or 7365066. OLE color: 7365066.
HSL color Cylindrical-coordinate representation of color #CA6170: hue angle of 351.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6170 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 112 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.21 |
| HSL | 351.43º | 0.5% | 0.59% | - |
| HSV(B) | 351.43º | 0.52% | 0.79% | - |
| XYZ | 31.56 | 22.28 | 17.97 | - |
| YUV | 130.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 112 | 0 | 0.52 | 0.45 | 0.21 | 351.43 | 0.5 | 0.59 |
| Hex | CA | 61 | 70 | 0 | 34 | 2D | 15 | 15F | 32 | 3B |
| Octal | 312 | 141 | 160 | 0 | 64 | 55 | 25 | 537 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1110000 | 0 | 110100 | 101101 | 10101 | 101011111 | 110010 | 111011 |
Color Harmonies of #CA6170
Complementary color
Monochromatic Colors of #CA6170
Black with #CA6170
Text Example
Text Example
White with #CA6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6170; }
p { color: rgb(202,97,112); }
H1.HeaderClassName
{
color: #CA6170;
}
.AnyTagClassName
{
color: #CA6170;
}
</style>
background-color css
<style>
a { background-color: #CA6170; }
a { background-color: rgb(202,97,112); }
div.DivClassName
{
background-color: #CA6170;
}
.BgClassName
{
background-color: #CA6170;
}
</style>
border-color css
<style>
span { border-color: #CA6170; }
span { border-color: rgb(202,97,112); }
td.TdClassName
{
border-color: #CA6170;
}
.TagClassName
{
border-color: #CA6170;
}
</style>