#C05081

Color #C05081 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C05081

Tints of Mulberry #C05081

Color information

#C05081 (or 0xC05081) is unknown color: approx Mulberry. HEX triplet: C0, 50 and 81. RGB value is (192,80,129). Sum of RGB (Red+Green+Blue) = 192+80+129=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C05081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05081 is #3FAF7E. Grayscale: #767676. Windows color (decimal): -4173695 or 8474816. OLE color: 8474816.

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

Color convert

RGB19280129-
CMYK00.580.330.25
HSL333.75º47.06%53.33%-
HSV(B)333.75º58.33%75.29%-
XYZ28.5718.5322.84-
YUV119.07133.61180.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=47.88%
G=19.95%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928012900.580.330.25333.7547.0653.33
HexC0508103A211914e2f35
Octal30012020107241315165765
Binary11000000101000010000001011101010000111001101001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05081; }

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

 H1.HeaderClassName
 {
   color: #C05081;
 }
 .AnyTagClassName
 {
   color: #C05081;
 }
</style>
background-color css

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

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

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

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

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

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