Shades of Cabaret #CA6175
Tints of Cabaret #CA6175
RGB
CMYK
RGB Variations
Color information
#CA6175 (or 0xCA6175) is known color: Cabaret. HEX triplet: CA, 61 and 75. RGB value is (202,97,117). Sum of RGB (Red+Green+Blue) = 202+97+117=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6175 is #359E8A. Grayscale: #828282. Windows color (decimal): -3513995 or 7692746. OLE color: 7692746.
HSL color Cylindrical-coordinate representation of color #CA6175: hue angle of 348.57º 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 #CA6175 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 117 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.21 |
| HSL | 348.57º | 0.5% | 0.59% | - |
| HSV(B) | 348.57º | 0.52% | 0.79% | - |
| XYZ | 31.84 | 22.39 | 19.47 | - |
| YUV | 130.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 117 | 0 | 0.52 | 0.42 | 0.21 | 348.57 | 0.5 | 0.59 |
| Hex | CA | 61 | 75 | 0 | 34 | 2A | 15 | 15D | 32 | 3B |
| Octal | 312 | 141 | 165 | 0 | 64 | 52 | 25 | 535 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1110101 | 0 | 110100 | 101010 | 10101 | 101011101 | 110010 | 111011 |
Color Harmonies of #CA6175
Complementary color
Monochromatic Colors of #CA6175
Black with #CA6175
Text Example
Text Example
White with #CA6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6175; }
p { color: rgb(202,97,117); }
H1.HeaderClassName
{
color: #CA6175;
}
.AnyTagClassName
{
color: #CA6175;
}
</style>
background-color css
<style>
a { background-color: #CA6175; }
a { background-color: rgb(202,97,117); }
div.DivClassName
{
background-color: #CA6175;
}
.BgClassName
{
background-color: #CA6175;
}
</style>
border-color css
<style>
span { border-color: #CA6175; }
span { border-color: rgb(202,97,117); }
td.TdClassName
{
border-color: #CA6175;
}
.TagClassName
{
border-color: #CA6175;
}
</style>