#C25684

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

Shades of Mulberry #C25684

Tints of Mulberry #C25684

Color information

#C25684 (or 0xC25684) is unknown color: approx Mulberry. HEX triplet: C2, 56 and 84. RGB value is (194,86,132). Sum of RGB (Red+Green+Blue) = 194+86+132=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25684 is #3DA97B. Grayscale: #7B7B7B. Windows color (decimal): -4041084 or 8672962. OLE color: 8672962.

HSL color Cylindrical-coordinate representation of color #C25684: hue angle of 334.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25684 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19486132-
CMYK00.560.320.24
HSL334.44º46.96%54.9%-
HSV(B)334.44º55.67%76.08%-
XYZ29.7419.7924.08-
YUV123.54132.78178.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=47.09%
G=20.87%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948613200.560.320.24334.4446.9654.9
HexC25684038201814e2f37
Octal30212620407040305165767
Binary11000010101011010000100011100010000011000101001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25684; }

 p { color: rgb(194,86,132); }

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

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

 a { background-color: rgb(194,86,132); }

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

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

 span { border-color: rgb(194,86,132); }

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