Html Css Color HEX #C04B80 Mulberry

📋 copy color: '#C04B80'

red 192 ◦ green 75 ◦ blue 128

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

Shades of Mulberry #C04B80

Tints of Mulberry #C04B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

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

R = 48.61%
G = 18.99%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C04B80 (or 0xC04B80) is known color: Mulberry. HEX triplet: C0, 4B and 80. RGB value is (192,75,128). Sum of RGB (Red+Green+Blue) = 192+75+128=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B80 is #3FB47F. Grayscale: #737373. Windows color (decimal): -4174976 or 8408000. OLE color: 8408000.

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

Color convert

RGB 192 75 128 -
CMYK 0 0.61 0.33 0.25
HSL 332.82º 0.48% 0.52% -
HSV(B) 332.82º 0.61% 0.75% -
XYZ 28.15 17.8 22.37 -
YUV 116.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 192 75 128 0 0.61 0.33 0.25 332.82 0.48 0.52
Hex C0 4B 80 0 3D 21 19 14D 30 34
Octal 300 113 200 0 75 41 31 515 60 64
Binary 11000000 1001011 10000000 0 111101 100001 11001 101001101 110000 110100

Color Harmonies of #C04B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B80

Black with #C04B80

Text Example


Text Example

White with #C04B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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