#C94898

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

Shades of Mulberry #C94898

Tints of Mulberry #C94898

Color information

#C94898 (or 0xC94898) is unknown color: approx Mulberry. HEX triplet: C9, 48 and 98. RGB value is (201,72,152). Sum of RGB (Red+Green+Blue) = 201+72+152=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C94898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94898 is #36B767. Grayscale: #777777. Windows color (decimal): -3585896 or 9980105. OLE color: 9980105.

HSL color Cylindrical-coordinate representation of color #C94898: hue angle of 322.79º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94898 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20172152-
CMYK00.640.240.21
HSL322.79º54.43%53.53%-
HSV(B)322.79º64.18%78.82%-
XYZ32.0719.3231.74-
YUV119.69146.24186-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=47.29%
G=16.94%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017215200.640.240.21322.7954.4353.53
HexC9489804018151433636
Octal311110230010030255036666
Binary11001001100100010011000010000001100010101101000011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94898; }

 p { color: rgb(201,72,152); }

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

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

 a { background-color: rgb(201,72,152); }

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

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

 span { border-color: rgb(201,72,152); }

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