Shades of Cabaret #CA6275
Tints of Cabaret #CA6275
RGB
CMYK
RGB Variations
Color information
#CA6275 (or 0xCA6275) is known color: Cabaret. HEX triplet: CA, 62 and 75. RGB value is (202,98,117). Sum of RGB (Red+Green+Blue) = 202+98+117=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6275 is #359D8A. Grayscale: #838383. Windows color (decimal): -3513739 or 7693002. OLE color: 7693002.
HSL color Cylindrical-coordinate representation of color #CA6275: hue angle of 349.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6275 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 117 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.21 |
| HSL | 349.04º | 0.5% | 0.59% | - |
| HSV(B) | 349.04º | 0.51% | 0.79% | - |
| XYZ | 31.94 | 22.58 | 19.5 | - |
| YUV | 131.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 117 | 0 | 0.51 | 0.42 | 0.21 | 349.04 | 0.5 | 0.59 |
| Hex | CA | 62 | 75 | 0 | 33 | 2A | 15 | 15D | 32 | 3B |
| Octal | 312 | 142 | 165 | 0 | 63 | 52 | 25 | 535 | 62 | 73 |
| Binary | 11001010 | 1100010 | 1110101 | 0 | 110011 | 101010 | 10101 | 101011101 | 110010 | 111011 |
Color Harmonies of #CA6275
Complementary color
Monochromatic Colors of #CA6275
Black with #CA6275
Text Example
Text Example
White with #CA6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6275; }
p { color: rgb(202,98,117); }
H1.HeaderClassName
{
color: #CA6275;
}
.AnyTagClassName
{
color: #CA6275;
}
</style>
background-color css
<style>
a { background-color: #CA6275; }
a { background-color: rgb(202,98,117); }
div.DivClassName
{
background-color: #CA6275;
}
.BgClassName
{
background-color: #CA6275;
}
</style>
border-color css
<style>
span { border-color: #CA6275; }
span { border-color: rgb(202,98,117); }
td.TdClassName
{
border-color: #CA6275;
}
.TagClassName
{
border-color: #CA6275;
}
</style>