#CA5271

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

Shades of Cabaret #CA5271

Tints of Cabaret #CA5271

Color information

#CA5271 (or 0xCA5271) is unknown color: approx Cabaret. HEX triplet: CA, 52 and 71. RGB value is (202,82,113). Sum of RGB (Red+Green+Blue) = 202+82+113=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5271 is #35AD8E. Grayscale: #797979. Windows color (decimal): -3517839 or 7426762. OLE color: 7426762.

HSL color Cylindrical-coordinate representation of color #CA5271: hue angle of 344.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 #CA5271 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20282113-
CMYK00.590.440.21
HSL344.5º53.1%55.69%-
HSV(B)344.5º59.41%79.22%-
XYZ30.3619.7817.84-
YUV121.41123.26185.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=50.88%
G=20.65%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028211300.590.440.21344.553.155.69
HexCA527103B2C151583538
Octal31212216107354255306570
Binary1100101010100101110001011101110110010101101011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5271; }

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

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

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

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

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

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

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

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