#c65b90

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

Shades of Mulberry #C65B90

Tints of Mulberry #C65B90

Color information

#C65B90 (or 0xC65B90) is unknown color: approx Mulberry. HEX triplet: C6, 5B and 90. RGB value is (198,91,144). Sum of RGB (Red+Green+Blue) = 198+91+144=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B90 is #39A46F. Grayscale: #808080. Windows color (decimal): -3777648 or 9460678. OLE color: 9460678.

HSL color Cylindrical-coordinate representation of color #C65B90: hue angle of 330.28º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65B90 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB19891144-
CMYK00.540.270.22
HSL330.28º48.42%56.67%-
HSV(B)330.28º54.04%77.65%-
XYZ32.0621.528.85-
YUV129.04136.45177.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=45.73%
G=21.02%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989114400.540.270.22330.2848.4256.67
HexC65B900361B1614a3039
Octal30613322006633265126071
Binary1100011010110111001000001101101101110110101001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65b90; }

 p { color: rgb(198,91,144); }

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

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

 a { background-color: rgb(198,91,144); }

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

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

 span { border-color: rgb(198,91,144); }

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