#CA5978

Color #CA5978 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CA5978

Tints of Cabaret #CA5978

Color information

#CA5978 (or 0xCA5978) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 78. RGB value is (202,89,120). Sum of RGB (Red+Green+Blue) = 202+89+120=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5978 is #35A687. Grayscale: #7E7E7E. Windows color (decimal): -3516040 or 7887306. OLE color: 7887306.

HSL color Cylindrical-coordinate representation of color #CA5978: hue angle of 343.54º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5978 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20289120-
CMYK00.560.410.21
HSL343.54º51.6%57.06%-
HSV(B)343.54º55.94%79.22%-
XYZ31.3221.0620.18-
YUV126.32124.44181.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=49.15%
G=21.65%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028912000.560.410.21343.5451.657.06
HexCA597803829151583439
Octal31213117007051255306471
Binary1100101010110011111000011100010100110101101011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5978; }

 p { color: rgb(202,89,120); }

 H1.HeaderClassName
 {
   color: #CA5978;
 }
 .AnyTagClassName
 {
   color: #CA5978;
 }
</style>
background-color css

<style>
 a { background-color: #CA5978; }

 a { background-color: rgb(202,89,120); }

 div.DivClassName
 {
   background-color: #CA5978;
 }
 .BgClassName
 {
   background-color: #CA5978;
 }
</style>
border-color css

<style>
 span { border-color: #CA5978; }

 span { border-color: rgb(202,89,120); }

 td.TdClassName
 {
   border-color: #CA5978;
 }
 .TagClassName
 {
   border-color: #CA5978;
 }
</style>