#C95B8D

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

Shades of Mulberry #C95B8D

Tints of Mulberry #C95B8D

Color information

#C95B8D (or 0xC95B8D) is unknown color: approx Mulberry. HEX triplet: C9, 5B and 8D. RGB value is (201,91,141). Sum of RGB (Red+Green+Blue) = 201+91+141=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B8D is #36A472. Grayscale: #818181. Windows color (decimal): -3581043 or 9264073. OLE color: 9264073.

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

Color convert

RGB20191141-
CMYK00.550.300.21
HSL332.73º50.46%57.25%-
HSV(B)332.73º54.73%78.82%-
XYZ32.6421.8227.69-
YUV129.59134.44178.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=46.42%
G=21.02%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019114100.550.300.21332.7350.4657.25
HexC95B8D0371E1514d3239
Octal31113321506736255156271
Binary1100100110110111000110101101111111010101101001101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B8D; }

 p { color: rgb(201,91,141); }

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

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

 a { background-color: rgb(201,91,141); }

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

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

 span { border-color: rgb(201,91,141); }

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