Html Css Color HEX #C45582 Mulberry

📋 copy color: '#C45582'

red 196 ◦ green 85 ◦ blue 130

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

Shades of Mulberry #C45582

Tints of Mulberry #C45582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 47.69%
G = 20.68%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C45582 (or 0xC45582) is known color: Mulberry. HEX triplet: C4, 55 and 82. RGB value is (196,85,130). Sum of RGB (Red+Green+Blue) = 196+85+130=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45582 is #3BAA7D. Grayscale: #7B7B7B. Windows color (decimal): -3910270 or 8541636. OLE color: 8541636.

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

Color convert

RGB 196 85 130 -
CMYK 0 0.57 0.34 0.23
HSL 335.68º 0.48% 0.55% -
HSV(B) 335.68º 0.57% 0.77% -
XYZ 30.04 19.84 23.37 -
YUV 123.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 196 85 130 0 0.57 0.34 0.23 335.68 0.48 0.55
Hex C4 55 82 0 39 22 17 150 30 37
Octal 304 125 202 0 71 42 27 520 60 67
Binary 11000100 1010101 10000010 0 111001 100010 10111 101010000 110000 110111

Color Harmonies of #C45582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45582

Black with #C45582

Text Example


Text Example

White with #C45582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45582; }

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

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

background-color css

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

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

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

border-color css

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

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

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