Html Css Color HEX #C94797 Mulberry

📋 copy color: '#C94797'

red 201 ◦ green 71 ◦ blue 151

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

Shades of Mulberry #C94797

Tints of Mulberry #C94797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

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

R = 47.52%
G = 16.78%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C94797 (or 0xC94797) is known color: Mulberry. HEX triplet: C9, 47 and 97. RGB value is (201,71,151). Sum of RGB (Red+Green+Blue) = 201+71+151=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C94797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94797 is #36B868. Grayscale: #767676. Windows color (decimal): -3586153 or 9914313. OLE color: 9914313.

HSL color Cylindrical-coordinate representation of color #C94797: hue angle of 323.08º 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 #C94797 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 151 -
CMYK 0 0.65 0.25 0.21
HSL 323.08º 0.55% 0.53% -
HSV(B) 323.08º 0.65% 0.79% -
XYZ 31.93 19.16 31.29 -
YUV 118.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 201 71 151 0 0.65 0.25 0.21 323.08 0.55 0.53
Hex C9 47 97 0 41 19 15 143 37 35
Octal 311 107 227 0 101 31 25 503 67 65
Binary 11001001 1000111 10010111 0 1000001 11001 10101 101000011 110111 110101

Color Harmonies of #C94797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94797

Black with #C94797

Text Example


Text Example

White with #C94797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94797; }

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

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

background-color css

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

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

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

border-color css

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

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

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