Shades of Cabaret #CA576F
Tints of Cabaret #CA576F
RGB
CMYK
RGB Variations
Color information
#CA576F (or 0xCA576F) is known color: Cabaret. HEX triplet: CA, 57 and 6F. RGB value is (202,87,111). Sum of RGB (Red+Green+Blue) = 202+87+111=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA576F is #35A890. Grayscale: #7C7C7C. Windows color (decimal): -3516561 or 7296970. OLE color: 7296970.
HSL color Cylindrical-coordinate representation of color #CA576F: hue angle of 347.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA576F is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 111 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.21 |
| HSL | 347.48º | 0.52% | 0.57% | - |
| HSV(B) | 347.48º | 0.57% | 0.79% | - |
| XYZ | 30.63 | 20.52 | 17.39 | - |
| YUV | 124.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 111 | 0 | 0.57 | 0.45 | 0.21 | 347.48 | 0.52 | 0.57 |
| Hex | CA | 57 | 6F | 0 | 39 | 2D | 15 | 15B | 34 | 39 |
| Octal | 312 | 127 | 157 | 0 | 71 | 55 | 25 | 533 | 64 | 71 |
| Binary | 11001010 | 1010111 | 1101111 | 0 | 111001 | 101101 | 10101 | 101011011 | 110100 | 111001 |
Color Harmonies of #CA576F
Complementary color
Monochromatic Colors of #CA576F
Black with #CA576F
Text Example
Text Example
White with #CA576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA576F; }
p { color: rgb(202,87,111); }
H1.HeaderClassName
{
color: #CA576F;
}
.AnyTagClassName
{
color: #CA576F;
}
</style>
background-color css
<style>
a { background-color: #CA576F; }
a { background-color: rgb(202,87,111); }
div.DivClassName
{
background-color: #CA576F;
}
.BgClassName
{
background-color: #CA576F;
}
</style>
border-color css
<style>
span { border-color: #CA576F; }
span { border-color: rgb(202,87,111); }
td.TdClassName
{
border-color: #CA576F;
}
.TagClassName
{
border-color: #CA576F;
}
</style>