#C75473

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

Shades of Cabaret #C75473

Tints of Cabaret #C75473

Color information

#C75473 (or 0xC75473) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 73. RGB value is (199,84,115). Sum of RGB (Red+Green+Blue) = 199+84+115=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C75473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75473 is #38AB8C. Grayscale: #797979. Windows color (decimal): -3713933 or 7558343. OLE color: 7558343.

HSL color Cylindrical-coordinate representation of color #C75473: hue angle of 343.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75473 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19984115-
CMYK00.580.420.22
HSL343.83º50.66%55.49%-
HSV(B)343.83º57.79%78.04%-
XYZ29.8219.7218.45-
YUV121.92124.1182.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=50%
G=21.11%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998411500.580.420.22343.8350.6655.49
HexC7547303A2A161583337
Octal30712416307252265306367
Binary1100011110101001110011011101010101010110101011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75473; }

 p { color: rgb(199,84,115); }

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

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

 a { background-color: rgb(199,84,115); }

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

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

 span { border-color: rgb(199,84,115); }

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