Html Css Color HEX #C94586 Mulberry

📋 copy color: '#C94586'

red 201 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #C94586

Tints of Mulberry #C94586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.08%

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

R = 49.75%
G = 17.08%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C94586 (or 0xC94586) is known color: Mulberry. HEX triplet: C9, 45 and 86. RGB value is (201,69,134). Sum of RGB (Red+Green+Blue) = 201+69+134=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C94586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94586 is #36BA79. Grayscale: #737373. Windows color (decimal): -3586682 or 8799689. OLE color: 8799689.

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

Color convert

RGB 201 69 134 -
CMYK 0 0.66 0.33 0.21
HSL 330.45º 0.55% 0.53% -
HSV(B) 330.45º 0.66% 0.79% -
XYZ 30.52 18.39 24.5 -
YUV 115.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 201 69 134 0 0.66 0.33 0.21 330.45 0.55 0.53
Hex C9 45 86 0 42 21 15 14A 37 35
Octal 311 105 206 0 102 41 25 512 67 65
Binary 11001001 1000101 10000110 0 1000010 100001 10101 101001010 110111 110101

Color Harmonies of #C94586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94586

Black with #C94586

Text Example


Text Example

White with #C94586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94586; }

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

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

background-color css

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

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

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

border-color css

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

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

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