#C75364

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

Shades of Cabaret #C75364

Tints of Cabaret #C75364

Color information

#C75364 (or 0xC75364) is unknown color: approx Cabaret. HEX triplet: C7, 53 and 64. RGB value is (199,83,100). Sum of RGB (Red+Green+Blue) = 199+83+100=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C75364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75364 is #38AC9B. Grayscale: #777777. Windows color (decimal): -3714204 or 6575047. OLE color: 6575047.

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

Color convert

RGB19983100-
CMYK00.580.500.22
HSL351.21º50.88%55.29%-
HSV(B)351.21º58.29%78.04%-
XYZ28.9519.2514.25-
YUV119.62116.93184.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.09%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=52.09%
G=21.73%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998310000.580.500.22351.2150.8855.29
HexC7536403A321615f3337
Octal30712314407262265376367
Binary1100011110100111100100011101011001010110101011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75364; }

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

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

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

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

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

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

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

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