Shades of Cabaret #CA5D72
Tints of Cabaret #CA5D72
RGB
CMYK
RGB Variations
Color information
#CA5D72 (or 0xCA5D72) is known color: Cabaret. HEX triplet: CA, 5D and 72. RGB value is (202,93,114). Sum of RGB (Red+Green+Blue) = 202+93+114=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D72 is #35A28D. Grayscale: #808080. Windows color (decimal): -3515022 or 7495114. OLE color: 7495114.
HSL color Cylindrical-coordinate representation of color #CA5D72: hue angle of 348.44º 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 #CA5D72 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 114 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.21 |
| HSL | 348.44º | 0.51% | 0.58% | - |
| HSV(B) | 348.44º | 0.54% | 0.79% | - |
| XYZ | 31.31 | 21.6 | 18.44 | - |
| YUV | 127.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 114 | 0 | 0.54 | 0.44 | 0.21 | 348.44 | 0.51 | 0.58 |
| Hex | CA | 5D | 72 | 0 | 36 | 2C | 15 | 15C | 33 | 3A |
| Octal | 312 | 135 | 162 | 0 | 66 | 54 | 25 | 534 | 63 | 72 |
| Binary | 11001010 | 1011101 | 1110010 | 0 | 110110 | 101100 | 10101 | 101011100 | 110011 | 111010 |
Color Harmonies of #CA5D72
Complementary color
Monochromatic Colors of #CA5D72
Black with #CA5D72
Text Example
Text Example
White with #CA5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D72; }
p { color: rgb(202,93,114); }
H1.HeaderClassName
{
color: #CA5D72;
}
.AnyTagClassName
{
color: #CA5D72;
}
</style>
background-color css
<style>
a { background-color: #CA5D72; }
a { background-color: rgb(202,93,114); }
div.DivClassName
{
background-color: #CA5D72;
}
.BgClassName
{
background-color: #CA5D72;
}
</style>
border-color css
<style>
span { border-color: #CA5D72; }
span { border-color: rgb(202,93,114); }
td.TdClassName
{
border-color: #CA5D72;
}
.TagClassName
{
border-color: #CA5D72;
}
</style>