Html Css Color HEX #C05180 Mulberry

📋 copy color: '#C05180'

red 192 ◦ green 81 ◦ blue 128

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

Shades of Mulberry #C05180

Tints of Mulberry #C05180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 47.88%
G = 20.2%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C05180 (or 0xC05180) is known color: Mulberry. HEX triplet: C0, 51 and 80. RGB value is (192,81,128). Sum of RGB (Red+Green+Blue) = 192+81+128=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C05180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05180 is #3FAE7F. Grayscale: #777777. Windows color (decimal): -4173440 or 8409536. OLE color: 8409536.

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

Color convert

RGB 192 81 128 -
CMYK 0 0.58 0.33 0.25
HSL 334.59º 0.47% 0.54% -
HSV(B) 334.59º 0.58% 0.75% -
XYZ 28.58 18.65 22.52 -
YUV 119.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 192 81 128 0 0.58 0.33 0.25 334.59 0.47 0.54
Hex C0 51 80 0 3A 21 19 14F 2F 36
Octal 300 121 200 0 72 41 31 517 57 66
Binary 11000000 1010001 10000000 0 111010 100001 11001 101001111 101111 110110

Color Harmonies of #C05180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05180

Black with #C05180

Text Example


Text Example

White with #C05180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05180; }

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

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

background-color css

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

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

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

border-color css

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

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

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