Html Css Color HEX #C94995 Mulberry

📋 copy color: '#C94995'

red 201 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #C94995

Tints of Mulberry #C94995

RGB

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

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

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

R = 47.52%
G = 17.26%
B = 35.22%

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

#C94995 (or 0xC94995) is known color: Mulberry. HEX triplet: C9, 49 and 95. RGB value is (201,73,149). Sum of RGB (Red+Green+Blue) = 201+73+149=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C94995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94995 is #36B66A. Grayscale: #777777. Windows color (decimal): -3585643 or 9783753. OLE color: 9783753.

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

Color convert

RGB 201 73 149 -
CMYK 0 0.64 0.26 0.21
HSL 324.38º 0.54% 0.54% -
HSV(B) 324.38º 0.64% 0.79% -
XYZ 31.89 19.35 30.49 -
YUV 119.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 201 73 149 0 0.64 0.26 0.21 324.38 0.54 0.54
Hex C9 49 95 0 40 1A 15 144 36 36
Octal 311 111 225 0 100 32 25 504 66 66
Binary 11001001 1001001 10010101 0 1000000 11010 10101 101000100 110110 110110

Color Harmonies of #C94995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94995

Black with #C94995

Text Example


Text Example

White with #C94995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94995; }

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

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

background-color css

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

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

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

border-color css

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

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

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