#C75379

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

Shades of Cabaret #C75379

Tints of Cabaret #C75379

Color information

#C75379 (or 0xC75379) is unknown color: approx Cabaret. HEX triplet: C7, 53 and 79. RGB value is (199,83,121). Sum of RGB (Red+Green+Blue) = 199+83+121=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C75379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75379 is #38AC86. Grayscale: #797979. Windows color (decimal): -3714183 or 7951303. OLE color: 7951303.

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

Color convert

RGB19983121-
CMYK00.580.390.22
HSL340.34º50.88%55.29%-
HSV(B)340.34º58.29%78.04%-
XYZ30.119.7120.31-
YUV122.02127.43182.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=49.38%
G=20.60%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998312100.580.390.22340.3450.8855.29
HexC7537903A27161543337
Octal30712317107247265246367
Binary1100011110100111111001011101010011110110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75379; }

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

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

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

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

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

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

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

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