#CA5E7A

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

Shades of Cabaret #CA5E7A

Tints of Cabaret #CA5E7A

Color information

#CA5E7A (or 0xCA5E7A) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 7A. RGB value is (202,94,122). Sum of RGB (Red+Green+Blue) = 202+94+122=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E7A is #35A185. Grayscale: #818181. Windows color (decimal): -3514758 or 8019658. OLE color: 8019658.

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

Color convert

RGB20294122-
CMYK00.530.400.21
HSL344.44º50.47%58.04%-
HSV(B)344.44º53.47%79.22%-
XYZ31.8721.9720.97-
YUV129.48123.78179.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=48.33%
G=22.49%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029412200.530.400.21344.4450.4758.04
HexCA5E7A0352815158323a
Octal31213617206550255306272
Binary1100101010111101111010011010110100010101101011000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E7A; }

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

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

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

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

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

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

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

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