Html Css Color HEX #C95786 Mulberry

📋 copy color: '#C95786'

red 201 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #C95786

Tints of Mulberry #C95786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 47.63%
G = 20.62%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95786 (or 0xC95786) is known color: Mulberry. HEX triplet: C9, 57 and 86. RGB value is (201,87,134). Sum of RGB (Red+Green+Blue) = 201+87+134=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C95786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95786 is #36A879. Grayscale: #7E7E7E. Windows color (decimal): -3582074 or 8804297. OLE color: 8804297.

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

Color convert

RGB 201 87 134 -
CMYK 0 0.57 0.33 0.21
HSL 335.26º 0.51% 0.56% -
HSV(B) 335.26º 0.57% 0.79% -
XYZ 31.8 20.96 24.92 -
YUV 126.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 201 87 134 0 0.57 0.33 0.21 335.26 0.51 0.56
Hex C9 57 86 0 39 21 15 14F 33 38
Octal 311 127 206 0 71 41 25 517 63 70
Binary 11001001 1010111 10000110 0 111001 100001 10101 101001111 110011 111000

Color Harmonies of #C95786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95786

Black with #C95786

Text Example


Text Example

White with #C95786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95786; }

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

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

background-color css

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

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

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

border-color css

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

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

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