Html Css Color HEX #C95794 Mulberry

📋 copy color: '#C95794'

red 201 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #C95794

Tints of Mulberry #C95794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 46.1%
G = 19.95%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95794 (or 0xC95794) is known color: Mulberry. HEX triplet: C9, 57 and 94. RGB value is (201,87,148). Sum of RGB (Red+Green+Blue) = 201+87+148=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95794 is #36A86B. Grayscale: #7F7F7F. Windows color (decimal): -3582060 or 9721801. OLE color: 9721801.

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

Color convert

RGB 201 87 148 -
CMYK 0 0.57 0.26 0.21
HSL 327.89º 0.51% 0.56% -
HSV(B) 327.89º 0.57% 0.79% -
XYZ 32.84 21.37 30.41 -
YUV 128.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 201 87 148 0 0.57 0.26 0.21 327.89 0.51 0.56
Hex C9 57 94 0 39 1A 15 148 33 38
Octal 311 127 224 0 71 32 25 510 63 70
Binary 11001001 1010111 10010100 0 111001 11010 10101 101001000 110011 111000

Color Harmonies of #C95794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95794

Black with #C95794

Text Example


Text Example

White with #C95794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95794; }

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

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

background-color css

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

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

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

border-color css

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

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

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