#CA596A

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

Shades of Cabaret #CA596A

Tints of Cabaret #CA596A

Color information

#CA596A (or 0xCA596A) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 6A. RGB value is (202,89,106). Sum of RGB (Red+Green+Blue) = 202+89+106=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596A is #35A695. Grayscale: #7C7C7C. Windows color (decimal): -3516054 or 6969802. OLE color: 6969802.

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

Color convert

RGB20289106-
CMYK00.560.480.21
HSL350.97º51.6%57.06%-
HSV(B)350.97º55.94%79.22%-
XYZ30.5320.7416.03-
YUV124.72117.44183.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=50.88%
G=22.42%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028910600.560.480.21350.9751.657.06
HexCA596A038301515f3439
Octal31213115207060255376471
Binary1100101010110011101010011100011000010101101011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA596A; }

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

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

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

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

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

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

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

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