Html Css Color HEX #C94086 Mulberry

📋 copy color: '#C94086'

red 201 ◦ green 64 ◦ blue 134

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

Shades of Mulberry #C94086

Tints of Mulberry #C94086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 50.38%
G = 16.04%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C94086 (or 0xC94086) is known color: Mulberry. HEX triplet: C9, 40 and 86. RGB value is (201,64,134). Sum of RGB (Red+Green+Blue) = 201+64+134=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C94086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94086 is #36BF79. Grayscale: #707070. Windows color (decimal): -3587962 or 8798409. OLE color: 8798409.

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

Color convert

RGB 201 64 134 -
CMYK 0 0.68 0.33 0.21
HSL 329.34º 0.56% 0.52% -
HSV(B) 329.34º 0.68% 0.79% -
XYZ 30.22 17.81 24.4 -
YUV 112.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 201 64 134 0 0.68 0.33 0.21 329.34 0.56 0.52
Hex C9 40 86 0 44 21 15 149 38 34
Octal 311 100 206 0 104 41 25 511 70 64
Binary 11001001 1000000 10000110 0 1000100 100001 10101 101001001 111000 110100

Color Harmonies of #C94086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94086

Black with #C94086

Text Example


Text Example

White with #C94086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94086; }

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

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

background-color css

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

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

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

border-color css

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

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

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