Html Css Color HEX #C95785 Mulberry

📋 copy color: '#C95785'

red 201 ◦ green 87 ◦ blue 133

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

Shades of Mulberry #C95785

Tints of Mulberry #C95785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 47.74%
G = 20.67%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95785 (or 0xC95785) is known color: Mulberry. HEX triplet: C9, 57 and 85. RGB value is (201,87,133). Sum of RGB (Red+Green+Blue) = 201+87+133=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C95785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95785 is #36A87A. Grayscale: #7E7E7E. Windows color (decimal): -3582075 or 8738761. OLE color: 8738761.

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

Color convert

RGB 201 87 133 -
CMYK 0 0.57 0.34 0.21
HSL 335.79º 0.51% 0.56% -
HSV(B) 335.79º 0.57% 0.79% -
XYZ 31.73 20.93 24.56 -
YUV 126.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 201 87 133 0 0.57 0.34 0.21 335.79 0.51 0.56
Hex C9 57 85 0 39 22 15 150 33 38
Octal 311 127 205 0 71 42 25 520 63 70
Binary 11001001 1010111 10000101 0 111001 100010 10101 101010000 110011 111000

Color Harmonies of #C95785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95785

Black with #C95785

Text Example


Text Example

White with #C95785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95785; }

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

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

background-color css

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

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

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

border-color css

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

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

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