Html Css Color HEX #C95586 Mulberry

📋 copy color: '#C95586'

red 201 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #C95586

Tints of Mulberry #C95586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 47.86%
G = 20.24%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95586 (or 0xC95586) is known color: Mulberry. HEX triplet: C9, 55 and 86. RGB value is (201,85,134). Sum of RGB (Red+Green+Blue) = 201+85+134=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95586 is #36AA79. Grayscale: #7D7D7D. Windows color (decimal): -3582586 or 8803785. OLE color: 8803785.

HSL color Cylindrical-coordinate representation of color #C95586: hue angle of 334.66º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95586 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 134 -
CMYK 0 0.58 0.33 0.21
HSL 334.66º 0.52% 0.56% -
HSV(B) 334.66º 0.58% 0.79% -
XYZ 31.64 20.64 24.87 -
YUV 125.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 201 85 134 0 0.58 0.33 0.21 334.66 0.52 0.56
Hex C9 55 86 0 3A 21 15 14F 34 38
Octal 311 125 206 0 72 41 25 517 64 70
Binary 11001001 1010101 10000110 0 111010 100001 10101 101001111 110100 111000

Color Harmonies of #C95586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95586

Black with #C95586

Text Example


Text Example

White with #C95586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95586; }

 p { color: rgb(201,85,134); }

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

background-color css

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

 a { background-color: rgb(201,85,134); }

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

border-color css

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

 span { border-color: rgb(201,85,134); }

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