#C45692

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

Shades of Mulberry #C45692

Tints of Mulberry #C45692

Color information

#C45692 (or 0xC45692) is unknown color: approx Mulberry. HEX triplet: C4, 56 and 92. RGB value is (196,86,146). Sum of RGB (Red+Green+Blue) = 196+86+146=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C45692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45692 is #3BA96D. Grayscale: #7D7D7D. Windows color (decimal): -3909998 or 9590468. OLE color: 9590468.

HSL color Cylindrical-coordinate representation of color #C45692: hue angle of 327.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45692 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB19686146-
CMYK00.560.260.23
HSL327.27º48.25%55.29%-
HSV(B)327.27º56.12%76.86%-
XYZ31.2820.4729.5-
YUV125.73139.44178.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=45.79%
G=20.09%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968614600.560.260.23327.2748.2555.29
HexC456920381A171473037
Octal30412622207032275076067
Binary1100010010101101001001001110001101010111101000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45692; }

 p { color: rgb(196,86,146); }

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

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

 a { background-color: rgb(196,86,146); }

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

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

 span { border-color: rgb(196,86,146); }

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