Shades of Cabaret #CA6478
Tints of Cabaret #CA6478
RGB
CMYK
RGB Variations
Color information
#CA6478 (or 0xCA6478) is known color: Cabaret. HEX triplet: CA, 64 and 78. RGB value is (202,100,120). Sum of RGB (Red+Green+Blue) = 202+100+120=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6478 is #359B87. Grayscale: #848484. Windows color (decimal): -3513224 or 7890122. OLE color: 7890122.
HSL color Cylindrical-coordinate representation of color #CA6478: hue angle of 348.24º 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 #CA6478 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 120 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.21 |
| HSL | 348.24º | 0.49% | 0.59% | - |
| HSV(B) | 348.24º | 0.5% | 0.79% | - |
| XYZ | 32.3 | 23.03 | 20.51 | - |
| YUV | 132.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 120 | 0 | 0.50 | 0.41 | 0.21 | 348.24 | 0.49 | 0.59 |
| Hex | CA | 64 | 78 | 0 | 32 | 29 | 15 | 15C | 31 | 3B |
| Octal | 312 | 144 | 170 | 0 | 62 | 51 | 25 | 534 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1111000 | 0 | 110010 | 101001 | 10101 | 101011100 | 110001 | 111011 |
Color Harmonies of #CA6478
Complementary color
Monochromatic Colors of #CA6478
Black with #CA6478
Text Example
Text Example
White with #CA6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6478; }
p { color: rgb(202,100,120); }
H1.HeaderClassName
{
color: #CA6478;
}
.AnyTagClassName
{
color: #CA6478;
}
</style>
background-color css
<style>
a { background-color: #CA6478; }
a { background-color: rgb(202,100,120); }
div.DivClassName
{
background-color: #CA6478;
}
.BgClassName
{
background-color: #CA6478;
}
</style>
border-color css
<style>
span { border-color: #CA6478; }
span { border-color: rgb(202,100,120); }
td.TdClassName
{
border-color: #CA6478;
}
.TagClassName
{
border-color: #CA6478;
}
</style>