#CA526D

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

Shades of Cabaret #CA526D

Tints of Cabaret #CA526D

Color information

#CA526D (or 0xCA526D) is unknown color: approx Cabaret. HEX triplet: CA, 52 and 6D. RGB value is (202,82,109). Sum of RGB (Red+Green+Blue) = 202+82+109=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA526D is #35AD92. Grayscale: #787878. Windows color (decimal): -3517843 or 7164618. OLE color: 7164618.

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

Color convert

RGB20282109-
CMYK00.590.460.21
HSL346.5º53.1%55.69%-
HSV(B)346.5º59.41%79.22%-
XYZ30.1319.716.68-
YUV120.96121.26185.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=51.40%
G=20.87%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028210900.590.460.21346.553.155.69
HexCA526D03B2E1515a3538
Octal31212215507356255326570
Binary1100101010100101101101011101110111010101101011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA526D; }

 p { color: rgb(202,82,109); }

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

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

 a { background-color: rgb(202,82,109); }

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

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

 span { border-color: rgb(202,82,109); }

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