#C25186

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

Shades of Mulberry #C25186

Tints of Mulberry #C25186

Color information

#C25186 (or 0xC25186) is unknown color: approx Mulberry. HEX triplet: C2, 51 and 86. RGB value is (194,81,134). Sum of RGB (Red+Green+Blue) = 194+81+134=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25186 is #3DAE79. Grayscale: #787878. Windows color (decimal): -4042362 or 8802754. OLE color: 8802754.

HSL color Cylindrical-coordinate representation of color #C25186: hue angle of 331.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25186 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19481134-
CMYK00.580.310.24
HSL331.86º48.09%53.92%-
HSV(B)331.86º58.25%76.08%-
XYZ29.4919.0824.68-
YUV120.83135.44180.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=47.43%
G=19.80%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948113400.580.310.24331.8648.0953.92
HexC2518603A1F1814c3036
Octal30212120607237305146066
Binary1100001010100011000011001110101111111000101001100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25186; }

 p { color: rgb(194,81,134); }

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

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

 a { background-color: rgb(194,81,134); }

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

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

 span { border-color: rgb(194,81,134); }

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