#C75C9C

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

Shades of Mulberry #C75C9C

Tints of Mulberry #C75C9C

Color information

#C75C9C (or 0xC75C9C) is unknown color: approx Mulberry. HEX triplet: C7, 5C and 9C. RGB value is (199,92,156). Sum of RGB (Red+Green+Blue) = 199+92+156=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C9C is #38A363. Grayscale: #838383. Windows color (decimal): -3711844 or 10247367. OLE color: 10247367.

HSL color Cylindrical-coordinate representation of color #C75C9C: hue angle of 324.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75C9C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19992156-
CMYK00.540.220.22
HSL324.11º48.86%57.06%-
HSV(B)324.11º53.77%78.04%-
XYZ33.3822.233.98-
YUV131.29141.95176.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=44.52%
G=20.58%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999215600.540.220.22324.1148.8657.06
HexC75C9C03616161443139
Octal30713423406626265046171
Binary1100011110111001001110001101101011010110101000100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75C9C; }

 p { color: rgb(199,92,156); }

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

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

 a { background-color: rgb(199,92,156); }

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

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

 span { border-color: rgb(199,92,156); }

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