#C75097

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

Shades of Mulberry #C75097

Tints of Mulberry #C75097

Color information

#C75097 (or 0xC75097) is unknown color: approx Mulberry. HEX triplet: C7, 50 and 97. RGB value is (199,80,151). Sum of RGB (Red+Green+Blue) = 199+80+151=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C75097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75097 is #38AF68. Grayscale: #7B7B7B. Windows color (decimal): -3714921 or 9916615. OLE color: 9916615.

HSL color Cylindrical-coordinate representation of color #C75097: hue angle of 324.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75097 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19980151-
CMYK00.600.240.22
HSL324.2º51.52%54.71%-
HSV(B)324.2º59.8%78.04%-
XYZ32.0120.1131.47-
YUV123.67143.42181.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=46.28%
G=18.60%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998015100.600.240.22324.251.5254.71
HexC7509703C18161443437
Octal30712022707430265046467
Binary1100011110100001001011101111001100010110101000100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75097; }

 p { color: rgb(199,80,151); }

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

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

 a { background-color: rgb(199,80,151); }

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

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

 span { border-color: rgb(199,80,151); }

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