Shades of Cabaret #CA6479
Tints of Cabaret #CA6479
RGB
CMYK
RGB Variations
Color information
#CA6479 (or 0xCA6479) is known color: Cabaret. HEX triplet: CA, 64 and 79. RGB value is (202,100,121). Sum of RGB (Red+Green+Blue) = 202+100+121=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6479 is #359B86. Grayscale: #848484. Windows color (decimal): -3513223 or 7955658. OLE color: 7955658.
HSL color Cylindrical-coordinate representation of color #CA6479: hue angle of 347.65º 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 #CA6479 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 121 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.21 |
| HSL | 347.65º | 0.49% | 0.59% | - |
| HSV(B) | 347.65º | 0.5% | 0.79% | - |
| XYZ | 32.37 | 23.05 | 20.83 | - |
| YUV | 132.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 121 | 0 | 0.50 | 0.40 | 0.21 | 347.65 | 0.49 | 0.59 |
| Hex | CA | 64 | 79 | 0 | 32 | 28 | 15 | 15C | 31 | 3B |
| Octal | 312 | 144 | 171 | 0 | 62 | 50 | 25 | 534 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1111001 | 0 | 110010 | 101000 | 10101 | 101011100 | 110001 | 111011 |
Color Harmonies of #CA6479
Complementary color
Monochromatic Colors of #CA6479
Black with #CA6479
Text Example
Text Example
White with #CA6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6479; }
p { color: rgb(202,100,121); }
H1.HeaderClassName
{
color: #CA6479;
}
.AnyTagClassName
{
color: #CA6479;
}
</style>
background-color css
<style>
a { background-color: #CA6479; }
a { background-color: rgb(202,100,121); }
div.DivClassName
{
background-color: #CA6479;
}
.BgClassName
{
background-color: #CA6479;
}
</style>
border-color css
<style>
span { border-color: #CA6479; }
span { border-color: rgb(202,100,121); }
td.TdClassName
{
border-color: #CA6479;
}
.TagClassName
{
border-color: #CA6479;
}
</style>