Html Css Color HEX #C45994 Mulberry

📋 copy color: '#C45994'

red 196 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #C45994

Tints of Mulberry #C45994

RGB

 RED value IS 196 (76.95% from 255) = 45.27%

 GREEN value IS 89 (35.16% from 255) = 20.55%

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 45.27%
G = 20.55%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C45994 (or 0xC45994) is known color: Mulberry. HEX triplet: C4, 59 and 94. RGB value is (196,89,148). Sum of RGB (Red+Green+Blue) = 196+89+148=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C45994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45994 is #3BA66B. Grayscale: #7F7F7F. Windows color (decimal): -3909228 or 9722308. OLE color: 9722308.

HSL color Cylindrical-coordinate representation of color #C45994: hue angle of 326.92º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45994 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 89 148 -
CMYK 0 0.55 0.24 0.23
HSL 326.92º 0.48% 0.56% -
HSV(B) 326.92º 0.55% 0.77% -
XYZ 31.68 21.02 30.4 -
YUV 127.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 196 89 148 0 0.55 0.24 0.23 326.92 0.48 0.56
Hex C4 59 94 0 37 18 17 147 30 38
Octal 304 131 224 0 67 30 27 507 60 70
Binary 11000100 1011001 10010100 0 110111 11000 10111 101000111 110000 111000

Color Harmonies of #C45994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45994

Black with #C45994

Text Example


Text Example

White with #C45994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45994; }

 p { color: rgb(196,89,148); }

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

background-color css

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

 a { background-color: rgb(196,89,148); }

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

border-color css

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

 span { border-color: rgb(196,89,148); }

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