Html Css Color HEX #C95887 Mulberry

📋 copy color: '#C95887'

red 201 ◦ green 88 ◦ blue 135

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

Shades of Mulberry #C95887

Tints of Mulberry #C95887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 47.41%
G = 20.75%
B = 31.84%

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

#C95887 (or 0xC95887) is known color: Mulberry. HEX triplet: C9, 58 and 87. RGB value is (201,88,135). Sum of RGB (Red+Green+Blue) = 201+88+135=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95887 is #36A778. Grayscale: #7F7F7F. Windows color (decimal): -3581817 or 8870089. OLE color: 8870089.

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

Color convert

RGB 201 88 135 -
CMYK 0 0.56 0.33 0.21
HSL 335.04º 0.51% 0.57% -
HSV(B) 335.04º 0.56% 0.79% -
XYZ 31.95 21.15 25.32 -
YUV 127.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 201 88 135 0 0.56 0.33 0.21 335.04 0.51 0.57
Hex C9 58 87 0 38 21 15 14F 33 39
Octal 311 130 207 0 70 41 25 517 63 71
Binary 11001001 1011000 10000111 0 111000 100001 10101 101001111 110011 111001

Color Harmonies of #C95887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95887

Black with #C95887

Text Example


Text Example

White with #C95887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95887; }

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

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

background-color css

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

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

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

border-color css

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

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

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