Shades of Cabaret #CA6575
Tints of Cabaret #CA6575
RGB
CMYK
RGB Variations
Color information
#CA6575 (or 0xCA6575) is known color: Cabaret. HEX triplet: CA, 65 and 75. RGB value is (202,101,117). Sum of RGB (Red+Green+Blue) = 202+101+117=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6575 is #359A8A. Grayscale: #858585. Windows color (decimal): -3512971 or 7693770. OLE color: 7693770.
HSL color Cylindrical-coordinate representation of color #CA6575: hue angle of 350.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6575 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 117 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.21 |
| HSL | 350.5º | 0.49% | 0.59% | - |
| HSV(B) | 350.5º | 0.5% | 0.79% | - |
| XYZ | 32.22 | 23.15 | 19.6 | - |
| YUV | 133.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 117 | 0 | 0.50 | 0.42 | 0.21 | 350.5 | 0.49 | 0.59 |
| Hex | CA | 65 | 75 | 0 | 32 | 2A | 15 | 15E | 31 | 3B |
| Octal | 312 | 145 | 165 | 0 | 62 | 52 | 25 | 536 | 61 | 73 |
| Binary | 11001010 | 1100101 | 1110101 | 0 | 110010 | 101010 | 10101 | 101011110 | 110001 | 111011 |
Color Harmonies of #CA6575
Complementary color
Monochromatic Colors of #CA6575
Black with #CA6575
Text Example
Text Example
White with #CA6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6575; }
p { color: rgb(202,101,117); }
H1.HeaderClassName
{
color: #CA6575;
}
.AnyTagClassName
{
color: #CA6575;
}
</style>
background-color css
<style>
a { background-color: #CA6575; }
a { background-color: rgb(202,101,117); }
div.DivClassName
{
background-color: #CA6575;
}
.BgClassName
{
background-color: #CA6575;
}
</style>
border-color css
<style>
span { border-color: #CA6575; }
span { border-color: rgb(202,101,117); }
td.TdClassName
{
border-color: #CA6575;
}
.TagClassName
{
border-color: #CA6575;
}
</style>