Shades of Cabaret #CA5C72
Tints of Cabaret #CA5C72
RGB
CMYK
RGB Variations
Color information
#CA5C72 (or 0xCA5C72) is known color: Cabaret. HEX triplet: CA, 5C and 72. RGB value is (202,92,114). Sum of RGB (Red+Green+Blue) = 202+92+114=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C72 is #35A38D. Grayscale: #7F7F7F. Windows color (decimal): -3515278 or 7494858. OLE color: 7494858.
HSL color Cylindrical-coordinate representation of color #CA5C72: hue angle of 348º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5C72 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 114 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.21 |
| HSL | 348º | 0.51% | 0.58% | - |
| HSV(B) | 348º | 0.54% | 0.79% | - |
| XYZ | 31.22 | 21.43 | 18.41 | - |
| YUV | 127.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 114 | 0 | 0.54 | 0.44 | 0.21 | 348 | 0.51 | 0.58 |
| Hex | CA | 5C | 72 | 0 | 36 | 2C | 15 | 15C | 33 | 3A |
| Octal | 312 | 134 | 162 | 0 | 66 | 54 | 25 | 534 | 63 | 72 |
| Binary | 11001010 | 1011100 | 1110010 | 0 | 110110 | 101100 | 10101 | 101011100 | 110011 | 111010 |
Color Harmonies of #CA5C72
Complementary color
Monochromatic Colors of #CA5C72
Black with #CA5C72
Text Example
Text Example
White with #CA5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C72; }
p { color: rgb(202,92,114); }
H1.HeaderClassName
{
color: #CA5C72;
}
.AnyTagClassName
{
color: #CA5C72;
}
</style>
background-color css
<style>
a { background-color: #CA5C72; }
a { background-color: rgb(202,92,114); }
div.DivClassName
{
background-color: #CA5C72;
}
.BgClassName
{
background-color: #CA5C72;
}
</style>
border-color css
<style>
span { border-color: #CA5C72; }
span { border-color: rgb(202,92,114); }
td.TdClassName
{
border-color: #CA5C72;
}
.TagClassName
{
border-color: #CA5C72;
}
</style>