#c75d73

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

Shades of Cabaret #C75D73

Tints of Cabaret #C75D73

Color information

#C75D73 (or 0xC75D73) is unknown color: approx Cabaret. HEX triplet: C7, 5D and 73. RGB value is (199,93,115). Sum of RGB (Red+Green+Blue) = 199+93+115=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D73 is #38A28C. Grayscale: #7F7F7F. Windows color (decimal): -3711629 or 7560647. OLE color: 7560647.

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

Color convert

RGB19993115-
CMYK00.530.420.22
HSL347.55º48.62%57.25%-
HSV(B)347.55º53.27%78.04%-
XYZ30.5621.2118.7-
YUV127.2121.12179.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=48.89%
G=22.85%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999311500.530.420.22347.5548.6257.25
HexC75D730352A1615c3139
Octal30713516306552265346171
Binary1100011110111011110011011010110101010110101011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75d73; }

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

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

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

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

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

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

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

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