Html Css Color HEX #C94795 Mulberry

📋 copy color: '#C94795'

red 201 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #C94795

Tints of Mulberry #C94795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 47.74%
G = 16.86%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94795 (or 0xC94795) is known color: Mulberry. HEX triplet: C9, 47 and 95. RGB value is (201,71,149). Sum of RGB (Red+Green+Blue) = 201+71+149=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C94795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94795 is #36B86A. Grayscale: #767676. Windows color (decimal): -3586155 or 9783241. OLE color: 9783241.

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

Color convert

RGB 201 71 149 -
CMYK 0 0.65 0.26 0.21
HSL 324º 0.55% 0.53% -
HSV(B) 324º 0.65% 0.79% -
XYZ 31.77 19.09 30.45 -
YUV 118.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 201 71 149 0 0.65 0.26 0.21 324 0.55 0.53
Hex C9 47 95 0 41 1A 15 144 37 35
Octal 311 107 225 0 101 32 25 504 67 65
Binary 11001001 1000111 10010101 0 1000001 11010 10101 101000100 110111 110101

Color Harmonies of #C94795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94795

Black with #C94795

Text Example


Text Example

White with #C94795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94795; }

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

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

background-color css

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

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

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

border-color css

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

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

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