Html Css Color HEX #C94997 Mulberry

📋 copy color: '#C94997'

red 201 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #C94997

Tints of Mulberry #C94997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 47.29%
G = 17.18%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C94997 (or 0xC94997) is known color: Mulberry. HEX triplet: C9, 49 and 97. RGB value is (201,73,151). Sum of RGB (Red+Green+Blue) = 201+73+151=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C94997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94997 is #36B668. Grayscale: #777777. Windows color (decimal): -3585641 or 9914825. OLE color: 9914825.

HSL color Cylindrical-coordinate representation of color #C94997: hue angle of 323.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94997 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 151 -
CMYK 0 0.64 0.25 0.21
HSL 323.44º 0.54% 0.54% -
HSV(B) 323.44º 0.64% 0.79% -
XYZ 32.06 19.42 31.34 -
YUV 120.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 201 73 151 0 0.64 0.25 0.21 323.44 0.54 0.54
Hex C9 49 97 0 40 19 15 143 36 36
Octal 311 111 227 0 100 31 25 503 66 66
Binary 11001001 1001001 10010111 0 1000000 11001 10101 101000011 110110 110110

Color Harmonies of #C94997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94997

Black with #C94997

Text Example


Text Example

White with #C94997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94997; }

 p { color: rgb(201,73,151); }

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

background-color css

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

 a { background-color: rgb(201,73,151); }

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

border-color css

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

 span { border-color: rgb(201,73,151); }

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