#CA5173

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

Shades of Cabaret #CA5173

Tints of Cabaret #CA5173

Color information

#CA5173 (or 0xCA5173) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 73. RGB value is (202,81,115). Sum of RGB (Red+Green+Blue) = 202+81+115=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5173 is #35AE8C. Grayscale: #797979. Windows color (decimal): -3518093 or 7557578. OLE color: 7557578.

HSL color Cylindrical-coordinate representation of color #CA5173: hue angle of 343.14º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5173 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20281115-
CMYK00.600.430.21
HSL343.14º53.3%55.49%-
HSV(B)343.14º59.9%79.22%-
XYZ30.3919.6818.42-
YUV121.06124.59185.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=50.75%
G=20.35%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028111500.600.430.21343.1453.355.49
HexCA517303C2B151573537
Octal31212116307453255276567
Binary1100101010100011110011011110010101110101101010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5173; }

 p { color: rgb(202,81,115); }

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

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

 a { background-color: rgb(202,81,115); }

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

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

 span { border-color: rgb(202,81,115); }

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