#CA5775

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

Shades of Cabaret #CA5775

Tints of Cabaret #CA5775

Color information

#CA5775 (or 0xCA5775) is unknown color: approx Cabaret. HEX triplet: CA, 57 and 75. RGB value is (202,87,117). Sum of RGB (Red+Green+Blue) = 202+87+117=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5775 is #35A88A. Grayscale: #7C7C7C. Windows color (decimal): -3516555 or 7690186. OLE color: 7690186.

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

Color convert

RGB20287117-
CMYK00.570.420.21
HSL344.35º52.04%56.67%-
HSV(B)344.35º56.93%79.22%-
XYZ30.9820.6619.18-
YUV124.8123.6183.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=49.75%
G=21.43%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028711700.570.420.21344.3552.0456.67
HexCA57750392A151583439
Octal31212716507152255306471
Binary1100101010101111110101011100110101010101101011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5775; }

 p { color: rgb(202,87,117); }

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

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

 a { background-color: rgb(202,87,117); }

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

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

 span { border-color: rgb(202,87,117); }

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