#CA5E76

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

Shades of Cabaret #CA5E76

Tints of Cabaret #CA5E76

Color information

#CA5E76 (or 0xCA5E76) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 76. RGB value is (202,94,118). Sum of RGB (Red+Green+Blue) = 202+94+118=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E76 is #35A189. Grayscale: #818181. Windows color (decimal): -3514762 or 7757514. OLE color: 7757514.

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

Color convert

RGB20294118-
CMYK00.530.420.21
HSL346.67º50.47%58.04%-
HSV(B)346.67º53.47%79.22%-
XYZ31.6321.8719.69-
YUV129.03121.78180.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=48.79%
G=22.71%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029411800.530.420.21346.6750.4758.04
HexCA5E760352A1515b323a
Octal31213616606552255336272
Binary1100101010111101110110011010110101010101101011011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E76; }

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

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

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

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

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

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

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

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