#C25882

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

Shades of Mulberry #C25882

Tints of Mulberry #C25882

Color information

#C25882 (or 0xC25882) is unknown color: approx Mulberry. HEX triplet: C2, 58 and 82. RGB value is (194,88,130). Sum of RGB (Red+Green+Blue) = 194+88+130=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25882 is #3DA77D. Grayscale: #7C7C7C. Windows color (decimal): -4040574 or 8542402. OLE color: 8542402.

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

Color convert

RGB19488130-
CMYK00.550.330.24
HSL336.23º46.49%55.29%-
HSV(B)336.23º54.64%76.08%-
XYZ29.7720.0623.42-
YUV124.48131.12177.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=47.09%
G=21.36%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948813000.550.330.24336.2346.4955.29
HexC2588203721181502e37
Octal30213020206741305205667
Binary11000010101100010000010011011110000111000101010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25882; }

 p { color: rgb(194,88,130); }

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

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

 a { background-color: rgb(194,88,130); }

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

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

 span { border-color: rgb(194,88,130); }

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