Shades of Cabaret #CA6A73
Tints of Cabaret #CA6A73
RGB
CMYK
RGB Variations
Color information
#CA6A73 (or 0xCA6A73) is known color: Cabaret. HEX triplet: CA, 6A and 73. RGB value is (202,106,115). Sum of RGB (Red+Green+Blue) = 202+106+115=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A73 is #35958C. Grayscale: #878787. Windows color (decimal): -3511693 or 7563978. OLE color: 7563978.
HSL color Cylindrical-coordinate representation of color #CA6A73: hue angle of 354.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A73 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 115 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.21 |
| HSL | 354.38º | 0.48% | 0.6% | - |
| HSV(B) | 354.38º | 0.48% | 0.79% | - |
| XYZ | 32.61 | 24.1 | 19.15 | - |
| YUV | 135.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 115 | 0 | 0.48 | 0.43 | 0.21 | 354.38 | 0.48 | 0.6 |
| Hex | CA | 6A | 73 | 0 | 30 | 2B | 15 | 162 | 30 | 3C |
| Octal | 312 | 152 | 163 | 0 | 60 | 53 | 25 | 542 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1110011 | 0 | 110000 | 101011 | 10101 | 101100010 | 110000 | 111100 |
Color Harmonies of #CA6A73
Complementary color
Monochromatic Colors of #CA6A73
Black with #CA6A73
Text Example
Text Example
White with #CA6A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A73; }
p { color: rgb(202,106,115); }
H1.HeaderClassName
{
color: #CA6A73;
}
.AnyTagClassName
{
color: #CA6A73;
}
</style>
background-color css
<style>
a { background-color: #CA6A73; }
a { background-color: rgb(202,106,115); }
div.DivClassName
{
background-color: #CA6A73;
}
.BgClassName
{
background-color: #CA6A73;
}
</style>
border-color css
<style>
span { border-color: #CA6A73; }
span { border-color: rgb(202,106,115); }
td.TdClassName
{
border-color: #CA6A73;
}
.TagClassName
{
border-color: #CA6A73;
}
</style>