#C25688

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

Shades of Mulberry #C25688

Tints of Mulberry #C25688

Color information

#C25688 (or 0xC25688) is unknown color: approx Mulberry. HEX triplet: C2, 56 and 88. RGB value is (194,86,136). Sum of RGB (Red+Green+Blue) = 194+86+136=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C25688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25688 is #3DA977. Grayscale: #7B7B7B. Windows color (decimal): -4041080 or 8935106. OLE color: 8935106.

HSL color Cylindrical-coordinate representation of color #C25688: hue angle of 332.22º 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 #C25688 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19486136-
CMYK00.560.300.24
HSL332.22º46.96%54.9%-
HSV(B)332.22º55.67%76.08%-
XYZ30.0219.925.55-
YUV123.99134.78177.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 86 (33.98% from 255) = 20.67%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=46.63%
G=20.67%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948613600.560.300.24332.2246.9654.9
HexC256880381E1814c2f37
Octal30212621007036305145767
Binary1100001010101101000100001110001111011000101001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25688; }

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

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

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

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

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

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

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

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