Shades of Cabaret #CA6172
Tints of Cabaret #CA6172
RGB
CMYK
RGB Variations
Color information
#CA6172 (or 0xCA6172) is known color: Cabaret. HEX triplet: CA, 61 and 72. RGB value is (202,97,114). Sum of RGB (Red+Green+Blue) = 202+97+114=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6172 is #359E8D. Grayscale: #828282. Windows color (decimal): -3513998 or 7496138. OLE color: 7496138.
HSL color Cylindrical-coordinate representation of color #CA6172: hue angle of 350.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6172 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 114 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.21 |
| HSL | 350.29º | 0.5% | 0.59% | - |
| HSV(B) | 350.29º | 0.52% | 0.79% | - |
| XYZ | 31.67 | 22.32 | 18.56 | - |
| YUV | 130.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 114 | 0 | 0.52 | 0.44 | 0.21 | 350.29 | 0.5 | 0.59 |
| Hex | CA | 61 | 72 | 0 | 34 | 2C | 15 | 15E | 32 | 3B |
| Octal | 312 | 141 | 162 | 0 | 64 | 54 | 25 | 536 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1110010 | 0 | 110100 | 101100 | 10101 | 101011110 | 110010 | 111011 |
Color Harmonies of #CA6172
Complementary color
Monochromatic Colors of #CA6172
Black with #CA6172
Text Example
Text Example
White with #CA6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6172; }
p { color: rgb(202,97,114); }
H1.HeaderClassName
{
color: #CA6172;
}
.AnyTagClassName
{
color: #CA6172;
}
</style>
background-color css
<style>
a { background-color: #CA6172; }
a { background-color: rgb(202,97,114); }
div.DivClassName
{
background-color: #CA6172;
}
.BgClassName
{
background-color: #CA6172;
}
</style>
border-color css
<style>
span { border-color: #CA6172; }
span { border-color: rgb(202,97,114); }
td.TdClassName
{
border-color: #CA6172;
}
.TagClassName
{
border-color: #CA6172;
}
</style>