Shades of Cabaret #CA6873
Tints of Cabaret #CA6873
RGB
CMYK
RGB Variations
Color information
#CA6873 (or 0xCA6873) is known color: Cabaret. HEX triplet: CA, 68 and 73. RGB value is (202,104,115). Sum of RGB (Red+Green+Blue) = 202+104+115=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6873 is #35978C. Grayscale: #868686. Windows color (decimal): -3512205 or 7563466. OLE color: 7563466.
HSL color Cylindrical-coordinate representation of color #CA6873: hue angle of 353.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6873 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 115 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.21 |
| HSL | 353.27º | 0.48% | 0.6% | - |
| HSV(B) | 353.27º | 0.49% | 0.79% | - |
| XYZ | 32.4 | 23.69 | 19.09 | - |
| YUV | 134.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 115 | 0 | 0.49 | 0.43 | 0.21 | 353.27 | 0.48 | 0.6 |
| Hex | CA | 68 | 73 | 0 | 31 | 2B | 15 | 161 | 30 | 3C |
| Octal | 312 | 150 | 163 | 0 | 61 | 53 | 25 | 541 | 60 | 74 |
| Binary | 11001010 | 1101000 | 1110011 | 0 | 110001 | 101011 | 10101 | 101100001 | 110000 | 111100 |
Color Harmonies of #CA6873
Complementary color
Monochromatic Colors of #CA6873
Black with #CA6873
Text Example
Text Example
White with #CA6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6873; }
p { color: rgb(202,104,115); }
H1.HeaderClassName
{
color: #CA6873;
}
.AnyTagClassName
{
color: #CA6873;
}
</style>
background-color css
<style>
a { background-color: #CA6873; }
a { background-color: rgb(202,104,115); }
div.DivClassName
{
background-color: #CA6873;
}
.BgClassName
{
background-color: #CA6873;
}
</style>
border-color css
<style>
span { border-color: #CA6873; }
span { border-color: rgb(202,104,115); }
td.TdClassName
{
border-color: #CA6873;
}
.TagClassName
{
border-color: #CA6873;
}
</style>