Shades of Cabaret #CA6472
Tints of Cabaret #CA6472
RGB
CMYK
RGB Variations
Color information
#CA6472 (or 0xCA6472) is known color: Cabaret. HEX triplet: CA, 64 and 72. RGB value is (202,100,114). Sum of RGB (Red+Green+Blue) = 202+100+114=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6472 is #359B8D. Grayscale: #848484. Windows color (decimal): -3513230 or 7496906. OLE color: 7496906.
HSL color Cylindrical-coordinate representation of color #CA6472: hue angle of 351.76º 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 #CA6472 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 114 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.21 |
| HSL | 351.76º | 0.49% | 0.59% | - |
| HSV(B) | 351.76º | 0.5% | 0.79% | - |
| XYZ | 31.95 | 22.89 | 18.65 | - |
| YUV | 132.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 114 | 0 | 0.50 | 0.44 | 0.21 | 351.76 | 0.49 | 0.59 |
| Hex | CA | 64 | 72 | 0 | 32 | 2C | 15 | 160 | 31 | 3B |
| Octal | 312 | 144 | 162 | 0 | 62 | 54 | 25 | 540 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1110010 | 0 | 110010 | 101100 | 10101 | 101100000 | 110001 | 111011 |
Color Harmonies of #CA6472
Complementary color
Monochromatic Colors of #CA6472
Black with #CA6472
Text Example
Text Example
White with #CA6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6472; }
p { color: rgb(202,100,114); }
H1.HeaderClassName
{
color: #CA6472;
}
.AnyTagClassName
{
color: #CA6472;
}
</style>
background-color css
<style>
a { background-color: #CA6472; }
a { background-color: rgb(202,100,114); }
div.DivClassName
{
background-color: #CA6472;
}
.BgClassName
{
background-color: #CA6472;
}
</style>
border-color css
<style>
span { border-color: #CA6472; }
span { border-color: rgb(202,100,114); }
td.TdClassName
{
border-color: #CA6472;
}
.TagClassName
{
border-color: #CA6472;
}
</style>