#C25782

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

Shades of Mulberry #C25782

Tints of Mulberry #C25782

Color information

#C25782 (or 0xC25782) is unknown color: approx Mulberry. HEX triplet: C2, 57 and 82. RGB value is (194,87,130). Sum of RGB (Red+Green+Blue) = 194+87+130=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25782 is #3DA87D. Grayscale: #7B7B7B. Windows color (decimal): -4040830 or 8542146. OLE color: 8542146.

HSL color Cylindrical-coordinate representation of color #C25782: hue angle of 335.89º degrees, saturation: 0.47, 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 #C25782 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19487130-
CMYK00.550.330.24
HSL335.89º46.72%55.1%-
HSV(B)335.89º55.15%76.08%-
XYZ29.6919.923.4-
YUV123.89131.45178-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=47.20%
G=21.17%
B=31.63%

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
Decimal1948713000.550.330.24335.8946.7255.1
HexC2578203721181502f37
Octal30212720206741305205767
Binary11000010101011110000010011011110000111000101010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25782; }

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

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

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

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

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

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

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

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