Html Css Color HEX #C04D80 Mulberry

📋 copy color: '#C04D80'

red 192 ◦ green 77 ◦ blue 128

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

Shades of Mulberry #C04D80

Tints of Mulberry #C04D80

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 48.36%
G = 19.4%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C04D80 (or 0xC04D80) is known color: Mulberry. HEX triplet: C0, 4D and 80. RGB value is (192,77,128). Sum of RGB (Red+Green+Blue) = 192+77+128=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D80 is #3FB27F. Grayscale: #757575. Windows color (decimal): -4174464 or 8408512. OLE color: 8408512.

HSL color Cylindrical-coordinate representation of color #C04D80: hue angle of 333.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D80 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 128 -
CMYK 0 0.60 0.33 0.25
HSL 333.39º 0.48% 0.53% -
HSV(B) 333.39º 0.6% 0.75% -
XYZ 28.29 18.07 22.42 -
YUV 117.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 192 77 128 0 0.60 0.33 0.25 333.39 0.48 0.53
Hex C0 4D 80 0 3C 21 19 14D 30 35
Octal 300 115 200 0 74 41 31 515 60 65
Binary 11000000 1001101 10000000 0 111100 100001 11001 101001101 110000 110101

Color Harmonies of #C04D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D80

Black with #C04D80

Text Example


Text Example

White with #C04D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D80; }

 p { color: rgb(192,77,128); }

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

background-color css

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

 a { background-color: rgb(192,77,128); }

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

border-color css

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

 span { border-color: rgb(192,77,128); }

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