#C44A92

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

Shades of Mulberry #C44A92

Tints of Mulberry #C44A92

Color information

#C44A92 (or 0xC44A92) is unknown color: approx Mulberry. HEX triplet: C4, 4A and 92. RGB value is (196,74,146). Sum of RGB (Red+Green+Blue) = 196+74+146=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A92 is #3BB56D. Grayscale: #767676. Windows color (decimal): -3913070 or 9587396. OLE color: 9587396.

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

Color convert

RGB19674146-
CMYK00.620.260.23
HSL324.59º50.83%52.94%-
HSV(B)324.59º62.24%76.86%-
XYZ30.418.7129.2-
YUV118.69143.42183.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 74 (29.30% from 255) = 17.79%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=47.12%
G=17.79%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967414600.620.260.23324.5950.8352.94
HexC44A9203E1A171453335
Octal30411222207632275056365
Binary1100010010010101001001001111101101010111101000101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A92; }

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

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

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

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

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

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

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

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