#C95C9F

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

Shades of Mulberry #C95C9F

Tints of Mulberry #C95C9F

Color information

#C95C9F (or 0xC95C9F) is unknown color: approx Mulberry. HEX triplet: C9, 5C and 9F. RGB value is (201,92,159). Sum of RGB (Red+Green+Blue) = 201+92+159=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C9F is #36A360. Grayscale: #848484. Windows color (decimal): -3580769 or 10443977. OLE color: 10443977.

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

Color convert

RGB20192159-
CMYK00.540.210.21
HSL323.12º50.23%57.45%-
HSV(B)323.12º54.23%78.82%-
XYZ34.1722.5835.36-
YUV132.23143.11177.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=44.47%
G=20.35%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019215900.540.210.21323.1250.2357.45
HexC95C9F03615151433239
Octal31113423706625255036271
Binary1100100110111001001111101101101010110101101000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C9F; }

 p { color: rgb(201,92,159); }

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

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

 a { background-color: rgb(201,92,159); }

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

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

 span { border-color: rgb(201,92,159); }

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