#CA596C

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

Shades of Cabaret #CA596C

Tints of Cabaret #CA596C

Color information

#CA596C (or 0xCA596C) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 6C. RGB value is (202,89,108). Sum of RGB (Red+Green+Blue) = 202+89+108=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596C is #35A693. Grayscale: #7C7C7C. Windows color (decimal): -3516052 or 7100874. OLE color: 7100874.

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

Color convert

RGB20289108-
CMYK00.560.470.21
HSL349.91º51.6%57.06%-
HSV(B)349.91º55.94%79.22%-
XYZ30.6420.7816.58-
YUV124.95118.44182.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=50.63%
G=22.31%
B=27.07%

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
Decimal2028910800.560.470.21349.9151.657.06
HexCA596C0382F1515e3439
Octal31213115407057255366471
Binary1100101010110011101100011100010111110101101011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA596C; }

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

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

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

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

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

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

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

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