Html Css Color HEX #C95988 Mulberry

📋 copy color: '#C95988'

red 201 ◦ green 89 ◦ blue 136

#C95988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C95988

Tints of Mulberry #C95988

RGB

 RED value IS 201 (78.91% from 255) = 47.18%

 GREEN value IS 89 (35.16% from 255) = 20.89%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 47.18%
G = 20.89%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C95988 (or 0xC95988) is known color: Mulberry. HEX triplet: C9, 59 and 88. RGB value is (201,89,136). Sum of RGB (Red+Green+Blue) = 201+89+136=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95988 is #36A677. Grayscale: #7F7F7F. Windows color (decimal): -3581560 or 8935881. OLE color: 8935881.

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

Color convert

RGB 201 89 136 -
CMYK 0 0.56 0.32 0.21
HSL 334.82º 0.51% 0.57% -
HSV(B) 334.82º 0.56% 0.79% -
XYZ 32.1 21.34 25.72 -
YUV 127.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 201 89 136 0 0.56 0.32 0.21 334.82 0.51 0.57
Hex C9 59 88 0 38 20 15 14F 33 39
Octal 311 131 210 0 70 40 25 517 63 71
Binary 11001001 1011001 10001000 0 111000 100000 10101 101001111 110011 111001

Color Harmonies of #C95988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95988

Black with #C95988

Text Example


Text Example

White with #C95988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95988; }

 p { color: rgb(201,89,136); }

 H1.HeaderClassName
 {
   color: #C95988;
 }
 .AnyTagClassName
 {
   color: #C95988;
 }
</style>

background-color css

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

 a { background-color: rgb(201,89,136); }

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

border-color css

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

 span { border-color: rgb(201,89,136); }

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