#CA5E6D

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

Shades of Cabaret #CA5E6D

Tints of Cabaret #CA5E6D

Color information

#CA5E6D (or 0xCA5E6D) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 6D. RGB value is (202,94,109). Sum of RGB (Red+Green+Blue) = 202+94+109=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6D is #35A192. Grayscale: #808080. Windows color (decimal): -3514771 or 7167690. OLE color: 7167690.

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

Color convert

RGB20294109-
CMYK00.530.460.21
HSL351.67º50.47%58.04%-
HSV(B)351.67º53.47%79.22%-
XYZ31.1221.6717.01-
YUV128117.28180.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=49.88%
G=23.21%
B=26.91%

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
Decimal2029410900.530.460.21351.6750.4758.04
HexCA5E6D0352E15160323a
Octal31213615506556255406272
Binary1100101010111101101101011010110111010101101100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E6D; }

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

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

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

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

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

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

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

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