#C75D77

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

Shades of Cabaret #C75D77

Tints of Cabaret #C75D77

Color information

#C75D77 (or 0xC75D77) is unknown color: approx Cabaret. HEX triplet: C7, 5D and 77. RGB value is (199,93,119). Sum of RGB (Red+Green+Blue) = 199+93+119=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D77 is #38A288. Grayscale: #7F7F7F. Windows color (decimal): -3711625 or 7822791. OLE color: 7822791.

HSL color Cylindrical-coordinate representation of color #C75D77: hue angle of 345.28º 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 #C75D77 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB19993119-
CMYK00.530.400.22
HSL345.28º48.62%57.25%-
HSV(B)345.28º53.27%78.04%-
XYZ30.821.319.94-
YUV127.66123.12178.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=48.42%
G=22.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999311900.530.400.22345.2848.6257.25
HexC75D7703528161593139
Octal30713516706550265316171
Binary1100011110111011110111011010110100010110101011001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D77; }

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

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

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

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

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

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

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

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