Shades of Cabaret #CA6476
Tints of Cabaret #CA6476
RGB
CMYK
RGB Variations
Color information
#CA6476 (or 0xCA6476) is known color: Cabaret. HEX triplet: CA, 64 and 76. RGB value is (202,100,118). Sum of RGB (Red+Green+Blue) = 202+100+118=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6476 is #359B89. Grayscale: #848484. Windows color (decimal): -3513226 or 7759050. OLE color: 7759050.
HSL color Cylindrical-coordinate representation of color #CA6476: hue angle of 349.41º 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 #CA6476 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 118 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.21 |
| HSL | 349.41º | 0.49% | 0.59% | - |
| HSV(B) | 349.41º | 0.5% | 0.79% | - |
| XYZ | 32.18 | 22.98 | 19.88 | - |
| YUV | 132.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 118 | 0 | 0.50 | 0.42 | 0.21 | 349.41 | 0.49 | 0.59 |
| Hex | CA | 64 | 76 | 0 | 32 | 2A | 15 | 15D | 31 | 3B |
| Octal | 312 | 144 | 166 | 0 | 62 | 52 | 25 | 535 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1110110 | 0 | 110010 | 101010 | 10101 | 101011101 | 110001 | 111011 |
Color Harmonies of #CA6476
Complementary color
Monochromatic Colors of #CA6476
Black with #CA6476
Text Example
Text Example
White with #CA6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6476; }
p { color: rgb(202,100,118); }
H1.HeaderClassName
{
color: #CA6476;
}
.AnyTagClassName
{
color: #CA6476;
}
</style>
background-color css
<style>
a { background-color: #CA6476; }
a { background-color: rgb(202,100,118); }
div.DivClassName
{
background-color: #CA6476;
}
.BgClassName
{
background-color: #CA6476;
}
</style>
border-color css
<style>
span { border-color: #CA6476; }
span { border-color: rgb(202,100,118); }
td.TdClassName
{
border-color: #CA6476;
}
.TagClassName
{
border-color: #CA6476;
}
</style>