Html Css Color HEX #C94895 Mulberry

📋 copy color: '#C94895'

red 201 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #C94895

Tints of Mulberry #C94895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 47.63%
G = 17.06%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94895 (or 0xC94895) is known color: Mulberry. HEX triplet: C9, 48 and 95. RGB value is (201,72,149). Sum of RGB (Red+Green+Blue) = 201+72+149=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C94895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94895 is #36B76A. Grayscale: #777777. Windows color (decimal): -3585899 or 9783497. OLE color: 9783497.

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

Color convert

RGB 201 72 149 -
CMYK 0 0.64 0.26 0.21
HSL 324.19º 0.54% 0.54% -
HSV(B) 324.19º 0.64% 0.79% -
XYZ 31.83 19.22 30.47 -
YUV 119.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 201 72 149 0 0.64 0.26 0.21 324.19 0.54 0.54
Hex C9 48 95 0 40 1A 15 144 36 36
Octal 311 110 225 0 100 32 25 504 66 66
Binary 11001001 1001000 10010101 0 1000000 11010 10101 101000100 110110 110110

Color Harmonies of #C94895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94895

Black with #C94895

Text Example


Text Example

White with #C94895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94895; }

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

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

background-color css

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

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

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

border-color css

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

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

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