Shades of Cabaret #CA6373
Tints of Cabaret #CA6373
RGB
CMYK
RGB Variations
Color information
#CA6373 (or 0xCA6373) is known color: Cabaret. HEX triplet: CA, 63 and 73. RGB value is (202,99,115). Sum of RGB (Red+Green+Blue) = 202+99+115=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6373 is #359C8C. Grayscale: #838383. Windows color (decimal): -3513485 or 7562186. OLE color: 7562186.
HSL color Cylindrical-coordinate representation of color #CA6373: hue angle of 350.68º degrees, saturation: 0.49, 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 #CA6373 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 115 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.21 |
| HSL | 350.68º | 0.49% | 0.59% | - |
| HSV(B) | 350.68º | 0.51% | 0.79% | - |
| XYZ | 31.91 | 22.72 | 18.92 | - |
| YUV | 131.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 115 | 0 | 0.51 | 0.43 | 0.21 | 350.68 | 0.49 | 0.59 |
| Hex | CA | 63 | 73 | 0 | 33 | 2B | 15 | 15F | 31 | 3B |
| Octal | 312 | 143 | 163 | 0 | 63 | 53 | 25 | 537 | 61 | 73 |
| Binary | 11001010 | 1100011 | 1110011 | 0 | 110011 | 101011 | 10101 | 101011111 | 110001 | 111011 |
Color Harmonies of #CA6373
Complementary color
Monochromatic Colors of #CA6373
Black with #CA6373
Text Example
Text Example
White with #CA6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6373; }
p { color: rgb(202,99,115); }
H1.HeaderClassName
{
color: #CA6373;
}
.AnyTagClassName
{
color: #CA6373;
}
</style>
background-color css
<style>
a { background-color: #CA6373; }
a { background-color: rgb(202,99,115); }
div.DivClassName
{
background-color: #CA6373;
}
.BgClassName
{
background-color: #CA6373;
}
</style>
border-color css
<style>
span { border-color: #CA6373; }
span { border-color: rgb(202,99,115); }
td.TdClassName
{
border-color: #CA6373;
}
.TagClassName
{
border-color: #CA6373;
}
</style>