Html Css Color HEX #C95891 Mulberry

📋 copy color: '#C95891'

red 201 ◦ green 88 ◦ blue 145

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

Shades of Mulberry #C95891

Tints of Mulberry #C95891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 46.31%
G = 20.28%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95891 (or 0xC95891) is known color: Mulberry. HEX triplet: C9, 58 and 91. RGB value is (201,88,145). Sum of RGB (Red+Green+Blue) = 201+88+145=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95891 is #36A76E. Grayscale: #808080. Windows color (decimal): -3581807 or 9525449. OLE color: 9525449.

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

Color convert

RGB 201 88 145 -
CMYK 0 0.56 0.28 0.21
HSL 329.73º 0.51% 0.57% -
HSV(B) 329.73º 0.56% 0.79% -
XYZ 32.69 21.44 29.2 -
YUV 128.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 201 88 145 0 0.56 0.28 0.21 329.73 0.51 0.57
Hex C9 58 91 0 38 1C 15 14A 33 39
Octal 311 130 221 0 70 34 25 512 63 71
Binary 11001001 1011000 10010001 0 111000 11100 10101 101001010 110011 111001

Color Harmonies of #C95891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95891

Black with #C95891

Text Example


Text Example

White with #C95891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95891; }

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

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

background-color css

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

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

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

border-color css

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

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

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