Html Css Color HEX #C95986 Mulberry

📋 copy color: '#C95986'

red 201 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #C95986

Tints of Mulberry #C95986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 47.41%
G = 20.99%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95986 (or 0xC95986) is known color: Mulberry. HEX triplet: C9, 59 and 86. RGB value is (201,89,134). Sum of RGB (Red+Green+Blue) = 201+89+134=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95986 is #36A679. Grayscale: #7F7F7F. Windows color (decimal): -3581562 or 8804809. OLE color: 8804809.

HSL color Cylindrical-coordinate representation of color #C95986: hue angle of 335.89º 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 #C95986 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 134 -
CMYK 0 0.56 0.33 0.21
HSL 335.89º 0.51% 0.57% -
HSV(B) 335.89º 0.56% 0.79% -
XYZ 31.96 21.28 24.98 -
YUV 127.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 201 89 134 0 0.56 0.33 0.21 335.89 0.51 0.57
Hex C9 59 86 0 38 21 15 150 33 39
Octal 311 131 206 0 70 41 25 520 63 71
Binary 11001001 1011001 10000110 0 111000 100001 10101 101010000 110011 111001

Color Harmonies of #C95986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95986

Black with #C95986

Text Example


Text Example

White with #C95986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95986; }

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

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

background-color css

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

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

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

border-color css

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

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

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