#CA596B

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

Shades of Cabaret #CA596B

Tints of Cabaret #CA596B

Color information

#CA596B (or 0xCA596B) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 6B. RGB value is (202,89,107). Sum of RGB (Red+Green+Blue) = 202+89+107=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596B is #35A694. Grayscale: #7C7C7C. Windows color (decimal): -3516053 or 7035338. OLE color: 7035338.

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

Color convert

RGB20289107-
CMYK00.560.470.21
HSL350.44º51.6%57.06%-
HSV(B)350.44º55.94%79.22%-
XYZ30.5820.7616.31-
YUV124.84117.94183.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=50.75%
G=22.36%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028910700.560.470.21350.4451.657.06
HexCA596B0382F1515e3439
Octal31213115307057255366471
Binary1100101010110011101011011100010111110101101011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA596B; }

 p { color: rgb(202,89,107); }

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

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

 a { background-color: rgb(202,89,107); }

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

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

 span { border-color: rgb(202,89,107); }

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