#CA5E6E

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

Shades of Cabaret #CA5E6E

Tints of Cabaret #CA5E6E

Color information

#CA5E6E (or 0xCA5E6E) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 6E. RGB value is (202,94,110). Sum of RGB (Red+Green+Blue) = 202+94+110=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6E is #35A191. Grayscale: #808080. Windows color (decimal): -3514770 or 7233226. OLE color: 7233226.

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

Color convert

RGB20294110-
CMYK00.530.460.21
HSL351.11º50.47%58.04%-
HSV(B)351.11º53.47%79.22%-
XYZ31.1721.6917.29-
YUV128.12117.78180.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=49.75%
G=23.15%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029411000.530.460.21351.1150.4758.04
HexCA5E6E0352E1515f323a
Octal31213615606556255376272
Binary1100101010111101101110011010110111010101101011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E6E; }

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

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

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

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

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

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

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

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