#C75368

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

Shades of Cabaret #C75368

Tints of Cabaret #C75368

Color information

#C75368 (or 0xC75368) is unknown color: approx Cabaret. HEX triplet: C7, 53 and 68. RGB value is (199,83,104). Sum of RGB (Red+Green+Blue) = 199+83+104=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C75368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75368 is #38AC97. Grayscale: #787878. Windows color (decimal): -3714200 or 6837191. OLE color: 6837191.

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

Color convert

RGB19983104-
CMYK00.580.480.22
HSL349.14º50.88%55.29%-
HSV(B)349.14º58.29%78.04%-
XYZ29.1519.3315.29-
YUV120.08118.93184.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=51.55%
G=21.50%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998310400.580.480.22349.1450.8855.29
HexC7536803A301615d3337
Octal30712315007260265356367
Binary1100011110100111101000011101011000010110101011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75368; }

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

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

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

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

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

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

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

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