#C75179

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

Shades of Cabaret #C75179

Tints of Cabaret #C75179

Color information

#C75179 (or 0xC75179) is unknown color: approx Cabaret. HEX triplet: C7, 51 and 79. RGB value is (199,81,121). Sum of RGB (Red+Green+Blue) = 199+81+121=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75179 is #38AE86. Grayscale: #787878. Windows color (decimal): -3714695 or 7950791. OLE color: 7950791.

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

Color convert

RGB19981121-
CMYK00.590.390.22
HSL339.66º51.3%54.9%-
HSV(B)339.66º59.3%78.04%-
XYZ29.9519.4120.26-
YUV120.84128.09183.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.63%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=49.63%
G=20.20%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998112100.590.390.22339.6651.354.9
HexC7517903B27161543337
Octal30712117107347265246367
Binary1100011110100011111001011101110011110110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75179; }

 p { color: rgb(199,81,121); }

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

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

 a { background-color: rgb(199,81,121); }

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

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

 span { border-color: rgb(199,81,121); }

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