Html Css Color HEX #C95795 Mulberry

📋 copy color: '#C95795'

red 201 ◦ green 87 ◦ blue 149

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

Shades of Mulberry #C95795

Tints of Mulberry #C95795

RGB

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

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

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

R = 46%
G = 19.91%
B = 34.1%

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

#C95795 (or 0xC95795) is known color: Mulberry. HEX triplet: C9, 57 and 95. RGB value is (201,87,149). Sum of RGB (Red+Green+Blue) = 201+87+149=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C95795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95795 is #36A86A. Grayscale: #808080. Windows color (decimal): -3582059 or 9787337. OLE color: 9787337.

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

Color convert

RGB 201 87 149 -
CMYK 0 0.57 0.26 0.21
HSL 327.37º 0.51% 0.56% -
HSV(B) 327.37º 0.57% 0.79% -
XYZ 32.92 21.4 30.83 -
YUV 128.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 201 87 149 0 0.57 0.26 0.21 327.37 0.51 0.56
Hex C9 57 95 0 39 1A 15 147 33 38
Octal 311 127 225 0 71 32 25 507 63 70
Binary 11001001 1010111 10010101 0 111001 11010 10101 101000111 110011 111000

Color Harmonies of #C95795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95795

Black with #C95795

Text Example


Text Example

White with #C95795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95795; }

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

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

background-color css

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

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

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

border-color css

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

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

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