#CA5979

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

Shades of Cabaret #CA5979

Tints of Cabaret #CA5979

Color information

#CA5979 (or 0xCA5979) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 79. RGB value is (202,89,121). Sum of RGB (Red+Green+Blue) = 202+89+121=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5979 is #35A686. Grayscale: #7E7E7E. Windows color (decimal): -3516039 or 7952842. OLE color: 7952842.

HSL color Cylindrical-coordinate representation of color #CA5979: hue angle of 343.01º 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 #CA5979 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20289121-
CMYK00.560.400.21
HSL343.01º51.6%57.06%-
HSV(B)343.01º55.94%79.22%-
XYZ31.3821.0820.5-
YUV126.43124.94181.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=49.03%
G=21.60%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028912100.560.400.21343.0151.657.06
HexCA597903828151573439
Octal31213117107050255276471
Binary1100101010110011111001011100010100010101101010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5979; }

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

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

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

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

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

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

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

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