Html Css Color HEX #C45286 Mulberry

📋 copy color: '#C45286'

red 196 ◦ green 82 ◦ blue 134

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

Shades of Mulberry #C45286

Tints of Mulberry #C45286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 47.57%
G = 19.9%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C45286 (or 0xC45286) is known color: Mulberry. HEX triplet: C4, 52 and 86. RGB value is (196,82,134). Sum of RGB (Red+Green+Blue) = 196+82+134=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C45286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45286 is #3BAD79. Grayscale: #797979. Windows color (decimal): -3911034 or 8803012. OLE color: 8803012.

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

Color convert

RGB 196 82 134 -
CMYK 0 0.58 0.32 0.23
HSL 332.63º 0.49% 0.55% -
HSV(B) 332.63º 0.58% 0.77% -
XYZ 30.09 19.49 24.73 -
YUV 122.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 196 82 134 0 0.58 0.32 0.23 332.63 0.49 0.55
Hex C4 52 86 0 3A 20 17 14D 31 37
Octal 304 122 206 0 72 40 27 515 61 67
Binary 11000100 1010010 10000110 0 111010 100000 10111 101001101 110001 110111

Color Harmonies of #C45286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45286

Black with #C45286

Text Example


Text Example

White with #C45286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45286; }

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

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

background-color css

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

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

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

border-color css

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

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

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