#CA5376

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

Shades of Cabaret #CA5376

Tints of Cabaret #CA5376

Color information

#CA5376 (or 0xCA5376) is unknown color: approx Cabaret. HEX triplet: CA, 53 and 76. RGB value is (202,83,118). Sum of RGB (Red+Green+Blue) = 202+83+118=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5376 is #35AC89. Grayscale: #7A7A7A. Windows color (decimal): -3517578 or 7754698. OLE color: 7754698.

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

Color convert

RGB20283118-
CMYK00.590.420.21
HSL342.35º52.89%55.88%-
HSV(B)342.35º58.91%79.22%-
XYZ30.7220.0519.39-
YUV122.57125.42184.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=50.12%
G=20.60%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028311800.590.420.21342.3552.8955.88
HexCA537603B2A151563538
Octal31212316607352255266570
Binary1100101010100111110110011101110101010101101010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5376; }

 p { color: rgb(202,83,118); }

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

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

 a { background-color: rgb(202,83,118); }

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

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

 span { border-color: rgb(202,83,118); }

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