Html Css Color HEX #C95886 Mulberry

📋 copy color: '#C95886'

red 201 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #C95886

Tints of Mulberry #C95886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

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

R = 47.52%
G = 20.8%
B = 31.68%

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

#C95886 (or 0xC95886) is known color: Mulberry. HEX triplet: C9, 58 and 86. RGB value is (201,88,134). Sum of RGB (Red+Green+Blue) = 201+88+134=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C95886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95886 is #36A779. Grayscale: #7E7E7E. Windows color (decimal): -3581818 or 8804553. OLE color: 8804553.

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

Color convert

RGB 201 88 134 -
CMYK 0 0.56 0.33 0.21
HSL 335.58º 0.51% 0.57% -
HSV(B) 335.58º 0.56% 0.79% -
XYZ 31.88 21.12 24.95 -
YUV 127.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 201 88 134 0 0.56 0.33 0.21 335.58 0.51 0.57
Hex C9 58 86 0 38 21 15 150 33 39
Octal 311 130 206 0 70 41 25 520 63 71
Binary 11001001 1011000 10000110 0 111000 100001 10101 101010000 110011 111001

Color Harmonies of #C95886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95886

Black with #C95886

Text Example


Text Example

White with #C95886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95886; }

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

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

background-color css

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

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

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

border-color css

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

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

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