Html Css Color HEX #C45186 Mulberry

📋 copy color: '#C45186'

red 196 ◦ green 81 ◦ blue 134

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

Shades of Mulberry #C45186

Tints of Mulberry #C45186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

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

R = 47.69%
G = 19.71%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C45186 (or 0xC45186) is known color: Mulberry. HEX triplet: C4, 51 and 86. RGB value is (196,81,134). Sum of RGB (Red+Green+Blue) = 196+81+134=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45186 is #3BAE79. Grayscale: #797979. Windows color (decimal): -3911290 or 8802756. OLE color: 8802756.

HSL color Cylindrical-coordinate representation of color #C45186: hue angle of 332.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45186 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 134 -
CMYK 0 0.59 0.32 0.23
HSL 332.35º 0.49% 0.54% -
HSV(B) 332.35º 0.59% 0.77% -
XYZ 30.01 19.34 24.71 -
YUV 121.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 196 81 134 0 0.59 0.32 0.23 332.35 0.49 0.54
Hex C4 51 86 0 3B 20 17 14C 31 36
Octal 304 121 206 0 73 40 27 514 61 66
Binary 11000100 1010001 10000110 0 111011 100000 10111 101001100 110001 110110

Color Harmonies of #C45186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45186

Black with #C45186

Text Example


Text Example

White with #C45186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45186; }

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

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

background-color css

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

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

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

border-color css

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

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

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