Html Css Color HEX #C45584 Mulberry

📋 copy color: '#C45584'

red 196 ◦ green 85 ◦ blue 132

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

Shades of Mulberry #C45584

Tints of Mulberry #C45584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 47.46%
G = 20.58%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C45584 (or 0xC45584) is known color: Mulberry. HEX triplet: C4, 55 and 84. RGB value is (196,85,132). Sum of RGB (Red+Green+Blue) = 196+85+132=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C45584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45584 is #3BAA7B. Grayscale: #7B7B7B. Windows color (decimal): -3910268 or 8672708. OLE color: 8672708.

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

Color convert

RGB 196 85 132 -
CMYK 0 0.57 0.33 0.23
HSL 334.59º 0.48% 0.55% -
HSV(B) 334.59º 0.57% 0.77% -
XYZ 30.18 19.9 24.08 -
YUV 123.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 196 85 132 0 0.57 0.33 0.23 334.59 0.48 0.55
Hex C4 55 84 0 39 21 17 14F 30 37
Octal 304 125 204 0 71 41 27 517 60 67
Binary 11000100 1010101 10000100 0 111001 100001 10111 101001111 110000 110111

Color Harmonies of #C45584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45584

Black with #C45584

Text Example


Text Example

White with #C45584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45584; }

 p { color: rgb(196,85,132); }

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

background-color css

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

 a { background-color: rgb(196,85,132); }

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

border-color css

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

 span { border-color: rgb(196,85,132); }

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