#C75D78

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

Shades of Cabaret #C75D78

Tints of Cabaret #C75D78

Color information

#C75D78 (or 0xC75D78) is unknown color: approx Cabaret. HEX triplet: C7, 5D and 78. RGB value is (199,93,120). Sum of RGB (Red+Green+Blue) = 199+93+120=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D78 is #38A287. Grayscale: #7F7F7F. Windows color (decimal): -3711624 or 7888327. OLE color: 7888327.

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

Color convert

RGB19993120-
CMYK00.530.400.22
HSL344.72º48.62%57.25%-
HSV(B)344.72º53.27%78.04%-
XYZ30.8621.3320.26-
YUV127.77123.62178.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=48.30%
G=22.57%
B=29.13%

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
Decimal1999312000.530.400.22344.7248.6257.25
HexC75D7803528161593139
Octal30713517006550265316171
Binary1100011110111011111000011010110100010110101011001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D78; }

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

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

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

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

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

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

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

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