Html Css Color HEX #C94680 Mulberry

📋 copy color: '#C94680'

red 201 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C94680

Tints of Mulberry #C94680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 50.38%
G = 17.54%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C94680 (or 0xC94680) is known color: Mulberry. HEX triplet: C9, 46 and 80. RGB value is (201,70,128). Sum of RGB (Red+Green+Blue) = 201+70+128=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C94680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94680 is #36B97F. Grayscale: #737373. Windows color (decimal): -3586432 or 8406729. OLE color: 8406729.

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

Color convert

RGB 201 70 128 -
CMYK 0 0.65 0.36 0.21
HSL 333.44º 0.55% 0.53% -
HSV(B) 333.44º 0.65% 0.79% -
XYZ 30.17 18.36 22.37 -
YUV 115.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 201 70 128 0 0.65 0.36 0.21 333.44 0.55 0.53
Hex C9 46 80 0 41 24 15 14D 37 35
Octal 311 106 200 0 101 44 25 515 67 65
Binary 11001001 1000110 10000000 0 1000001 100100 10101 101001101 110111 110101

Color Harmonies of #C94680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94680

Black with #C94680

Text Example


Text Example

White with #C94680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94680; }

 p { color: rgb(201,70,128); }

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

background-color css

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

 a { background-color: rgb(201,70,128); }

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

border-color css

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

 span { border-color: rgb(201,70,128); }

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