Html Css Color HEX #C95695 Mulberry

📋 copy color: '#C95695'

red 201 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #C95695

Tints of Mulberry #C95695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.72%

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

R = 46.1%
G = 19.72%
B = 34.17%

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

#C95695 (or 0xC95695) is known color: Mulberry. HEX triplet: C9, 56 and 95. RGB value is (201,86,149). Sum of RGB (Red+Green+Blue) = 201+86+149=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95695 is #36A96A. Grayscale: #7F7F7F. Windows color (decimal): -3582315 or 9787081. OLE color: 9787081.

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

Color convert

RGB 201 86 149 -
CMYK 0 0.57 0.26 0.21
HSL 327.13º 0.52% 0.56% -
HSV(B) 327.13º 0.57% 0.79% -
XYZ 32.84 21.24 30.8 -
YUV 127.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 201 86 149 0 0.57 0.26 0.21 327.13 0.52 0.56
Hex C9 56 95 0 39 1A 15 147 34 38
Octal 311 126 225 0 71 32 25 507 64 70
Binary 11001001 1010110 10010101 0 111001 11010 10101 101000111 110100 111000

Color Harmonies of #C95695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95695

Black with #C95695

Text Example


Text Example

White with #C95695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95695; }

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

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

background-color css

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

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

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

border-color css

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

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

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