#CA5E74

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

Shades of Cabaret #CA5E74

Tints of Cabaret #CA5E74

Color information

#CA5E74 (or 0xCA5E74) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 74. RGB value is (202,94,116). Sum of RGB (Red+Green+Blue) = 202+94+116=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E74 is #35A18B. Grayscale: #808080. Windows color (decimal): -3514764 or 7626442. OLE color: 7626442.

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

Color convert

RGB20294116-
CMYK00.530.430.21
HSL347.78º50.47%58.04%-
HSV(B)347.78º53.47%79.22%-
XYZ31.5121.8219.07-
YUV128.8120.78180.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=49.03%
G=22.82%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029411600.530.430.21347.7850.4758.04
HexCA5E740352B1515c323a
Octal31213616406553255346272
Binary1100101010111101110100011010110101110101101011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E74; }

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

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

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

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

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

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

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

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