#C94692

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

Shades of Mulberry #C94692

Tints of Mulberry #C94692

Color information

#C94692 (or 0xC94692) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 92. RGB value is (201,70,146). Sum of RGB (Red+Green+Blue) = 201+70+146=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C94692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94692 is #36B96D. Grayscale: #757575. Windows color (decimal): -3586414 or 9586377. OLE color: 9586377.

HSL color Cylindrical-coordinate representation of color #C94692: hue angle of 325.19º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94692 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20170146-
CMYK00.650.270.21
HSL325.19º54.81%53.14%-
HSV(B)325.19º65.17%78.82%-
XYZ31.4718.8729.18-
YUV117.83143.9187.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=48.20%
G=16.79%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017014600.650.270.21325.1954.8153.14
HexC946920411B151453735
Octal311106222010133255056765
Binary11001001100011010010010010000011101110101101000101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94692; }

 p { color: rgb(201,70,146); }

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

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

 a { background-color: rgb(201,70,146); }

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

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

 span { border-color: rgb(201,70,146); }

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