#CA5676

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

Shades of Cabaret #CA5676

Tints of Cabaret #CA5676

Color information

#CA5676 (or 0xCA5676) is unknown color: approx Cabaret. HEX triplet: CA, 56 and 76. RGB value is (202,86,118). Sum of RGB (Red+Green+Blue) = 202+86+118=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5676 is #35A989. Grayscale: #7C7C7C. Windows color (decimal): -3516810 or 7755466. OLE color: 7755466.

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

Color convert

RGB20286118-
CMYK00.570.420.21
HSL343.45º52.25%56.47%-
HSV(B)343.45º57.43%79.22%-
XYZ30.9520.5219.47-
YUV124.33124.43183.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=49.75%
G=21.18%
B=29.06%

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
Decimal2028611800.570.420.21343.4552.2556.47
HexCA56760392A151573438
Octal31212616607152255276470
Binary1100101010101101110110011100110101010101101010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5676; }

 p { color: rgb(202,86,118); }

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

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

 a { background-color: rgb(202,86,118); }

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

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

 span { border-color: rgb(202,86,118); }

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