Html Css Color HEX #C45081 Mulberry

📋 copy color: '#C45081'

red 196 ◦ green 80 ◦ blue 129

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

Shades of Mulberry #C45081

Tints of Mulberry #C45081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 48.4%
G = 19.75%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C45081 (or 0xC45081) is known color: Mulberry. HEX triplet: C4, 50 and 81. RGB value is (196,80,129). Sum of RGB (Red+Green+Blue) = 196+80+129=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C45081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45081 is #3BAF7E. Grayscale: #787878. Windows color (decimal): -3911551 or 8474820. OLE color: 8474820.

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

Color convert

RGB 196 80 129 -
CMYK 0 0.59 0.34 0.23
HSL 334.66º 0.5% 0.54% -
HSV(B) 334.66º 0.59% 0.77% -
XYZ 29.6 19.06 22.89 -
YUV 120.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 196 80 129 0 0.59 0.34 0.23 334.66 0.5 0.54
Hex C4 50 81 0 3B 22 17 14F 32 36
Octal 304 120 201 0 73 42 27 517 62 66
Binary 11000100 1010000 10000001 0 111011 100010 10111 101001111 110010 110110

Color Harmonies of #C45081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45081

Black with #C45081

Text Example


Text Example

White with #C45081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45081; }

 p { color: rgb(196,80,129); }

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

background-color css

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

 a { background-color: rgb(196,80,129); }

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

border-color css

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

 span { border-color: rgb(196,80,129); }

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