Shades of Cabaret #CA5375
Tints of Cabaret #CA5375
RGB
CMYK
RGB Variations
Color information
#CA5375 (or 0xCA5375) is known color: Cabaret. HEX triplet: CA, 53 and 75. RGB value is (202,83,117). Sum of RGB (Red+Green+Blue) = 202+83+117=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5375 is #35AC8A. Grayscale: #7A7A7A. Windows color (decimal): -3517579 or 7689162. OLE color: 7689162.
HSL color Cylindrical-coordinate representation of color #CA5375: hue angle of 342.86º 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 #CA5375 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 117 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.21 |
| HSL | 342.86º | 0.53% | 0.56% | - |
| HSV(B) | 342.86º | 0.59% | 0.79% | - |
| XYZ | 30.66 | 20.03 | 19.08 | - |
| YUV | 122.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 117 | 0 | 0.59 | 0.42 | 0.21 | 342.86 | 0.53 | 0.56 |
| Hex | CA | 53 | 75 | 0 | 3B | 2A | 15 | 157 | 35 | 38 |
| Octal | 312 | 123 | 165 | 0 | 73 | 52 | 25 | 527 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1110101 | 0 | 111011 | 101010 | 10101 | 101010111 | 110101 | 111000 |
Color Harmonies of #CA5375
Complementary color
Monochromatic Colors of #CA5375
Black with #CA5375
Text Example
Text Example
White with #CA5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5375; }
p { color: rgb(202,83,117); }
H1.HeaderClassName
{
color: #CA5375;
}
.AnyTagClassName
{
color: #CA5375;
}
</style>
background-color css
<style>
a { background-color: #CA5375; }
a { background-color: rgb(202,83,117); }
div.DivClassName
{
background-color: #CA5375;
}
.BgClassName
{
background-color: #CA5375;
}
</style>
border-color css
<style>
span { border-color: #CA5375; }
span { border-color: rgb(202,83,117); }
td.TdClassName
{
border-color: #CA5375;
}
.TagClassName
{
border-color: #CA5375;
}
</style>