Html Css Color HEX #C95895 Mulberry

📋 copy color: '#C95895'

red 201 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #C95895

Tints of Mulberry #C95895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 45.89%
G = 20.09%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95895 (or 0xC95895) is known color: Mulberry. HEX triplet: C9, 58 and 95. RGB value is (201,88,149). Sum of RGB (Red+Green+Blue) = 201+88+149=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95895 is #36A76A. Grayscale: #808080. Windows color (decimal): -3581803 or 9787593. OLE color: 9787593.

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

Color convert

RGB 201 88 149 -
CMYK 0 0.56 0.26 0.21
HSL 327.61º 0.51% 0.57% -
HSV(B) 327.61º 0.56% 0.79% -
XYZ 33 21.57 30.86 -
YUV 128.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 201 88 149 0 0.56 0.26 0.21 327.61 0.51 0.57
Hex C9 58 95 0 38 1A 15 148 33 39
Octal 311 130 225 0 70 32 25 510 63 71
Binary 11001001 1011000 10010101 0 111000 11010 10101 101001000 110011 111001

Color Harmonies of #C95895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95895

Black with #C95895

Text Example


Text Example

White with #C95895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95895; }

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

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

background-color css

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

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

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

border-color css

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

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

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