#C25B92

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

Shades of Mulberry #C25B92

Tints of Mulberry #C25B92

Color information

#C25B92 (or 0xC25B92) is unknown color: approx Mulberry. HEX triplet: C2, 5B and 92. RGB value is (194,91,146). Sum of RGB (Red+Green+Blue) = 194+91+146=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B92 is #3DA46D. Grayscale: #7F7F7F. Windows color (decimal): -4039790 or 9591746. OLE color: 9591746.

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

Color convert

RGB19491146-
CMYK00.530.250.24
HSL327.96º45.78%55.88%-
HSV(B)327.96º53.09%76.08%-
XYZ31.1821.0329.61-
YUV128.07138.12175.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=45.01%
G=21.11%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949114600.530.250.24327.9645.7855.88
HexC25B9203519181482e38
Octal30213322206531305105670
Binary1100001010110111001001001101011100111000101001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B92; }

 p { color: rgb(194,91,146); }

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

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

 a { background-color: rgb(194,91,146); }

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

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

 span { border-color: rgb(194,91,146); }

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