Html Css Color HEX #C45486 Mulberry

📋 copy color: '#C45486'

red 196 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #C45486

Tints of Mulberry #C45486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.29%

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 47.34%
G = 20.29%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C45486 (or 0xC45486) is known color: Mulberry. HEX triplet: C4, 54 and 86. RGB value is (196,84,134). Sum of RGB (Red+Green+Blue) = 196+84+134=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C45486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45486 is #3BAB79. Grayscale: #7B7B7B. Windows color (decimal): -3910522 or 8803524. OLE color: 8803524.

HSL color Cylindrical-coordinate representation of color #C45486: hue angle of 333.21º degrees, saturation: 0.49, 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 #C45486 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 84 134 -
CMYK 0 0.57 0.32 0.23
HSL 333.21º 0.49% 0.55% -
HSV(B) 333.21º 0.57% 0.77% -
XYZ 30.24 19.8 24.78 -
YUV 123.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 196 84 134 0 0.57 0.32 0.23 333.21 0.49 0.55
Hex C4 54 86 0 39 20 17 14D 31 37
Octal 304 124 206 0 71 40 27 515 61 67
Binary 11000100 1010100 10000110 0 111001 100000 10111 101001101 110001 110111

Color Harmonies of #C45486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45486

Black with #C45486

Text Example


Text Example

White with #C45486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45486; }

 p { color: rgb(196,84,134); }

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

background-color css

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

 a { background-color: rgb(196,84,134); }

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

border-color css

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

 span { border-color: rgb(196,84,134); }

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