#C65B96

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

Shades of Mulberry #C65B96

Tints of Mulberry #C65B96

Color information

#C65B96 (or 0xC65B96) is unknown color: approx Mulberry. HEX triplet: C6, 5B and 96. RGB value is (198,91,150). Sum of RGB (Red+Green+Blue) = 198+91+150=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B96 is #39A469. Grayscale: #818181. Windows color (decimal): -3777642 or 9853894. OLE color: 9853894.

HSL color Cylindrical-coordinate representation of color #C65B96: hue angle of 326.92º 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 #C65B96 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19891150-
CMYK00.540.240.22
HSL326.92º48.42%56.67%-
HSV(B)326.92º54.04%77.65%-
XYZ32.5321.6931.33-
YUV129.72139.45176.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=45.10%
G=20.73%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989115000.540.240.22326.9248.4256.67
HexC65B9603618161473039
Octal30613322606630265076071
Binary1100011010110111001011001101101100010110101000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65B96; }

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

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

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

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

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

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

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

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