Shades of Cabaret #CA5376
Tints of Cabaret #CA5376
RGB
CMYK
RGB Variations
Color information
#CA5376 (or 0xCA5376) is known color: Cabaret. HEX triplet: CA, 53 and 76. RGB value is (202,83,118). Sum of RGB (Red+Green+Blue) = 202+83+118=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5376 is #35AC89. Grayscale: #7A7A7A. Windows color (decimal): -3517578 or 7754698. OLE color: 7754698.
HSL color Cylindrical-coordinate representation of color #CA5376: hue angle of 342.35º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5376 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 118 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.21 |
| HSL | 342.35º | 0.53% | 0.56% | - |
| HSV(B) | 342.35º | 0.59% | 0.79% | - |
| XYZ | 30.72 | 20.05 | 19.39 | - |
| YUV | 122.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 118 | 0 | 0.59 | 0.42 | 0.21 | 342.35 | 0.53 | 0.56 |
| Hex | CA | 53 | 76 | 0 | 3B | 2A | 15 | 156 | 35 | 38 |
| Octal | 312 | 123 | 166 | 0 | 73 | 52 | 25 | 526 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1110110 | 0 | 111011 | 101010 | 10101 | 101010110 | 110101 | 111000 |
Color Harmonies of #CA5376
Complementary color
Monochromatic Colors of #CA5376
Black with #CA5376
Text Example
Text Example
White with #CA5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5376; }
p { color: rgb(202,83,118); }
H1.HeaderClassName
{
color: #CA5376;
}
.AnyTagClassName
{
color: #CA5376;
}
</style>
background-color css
<style>
a { background-color: #CA5376; }
a { background-color: rgb(202,83,118); }
div.DivClassName
{
background-color: #CA5376;
}
.BgClassName
{
background-color: #CA5376;
}
</style>
border-color css
<style>
span { border-color: #CA5376; }
span { border-color: rgb(202,83,118); }
td.TdClassName
{
border-color: #CA5376;
}
.TagClassName
{
border-color: #CA5376;
}
</style>