#C65B9C

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

Shades of Mulberry #C65B9C

Tints of Mulberry #C65B9C

Color information

#C65B9C (or 0xC65B9C) is unknown color: approx Mulberry. HEX triplet: C6, 5B and 9C. RGB value is (198,91,156). Sum of RGB (Red+Green+Blue) = 198+91+156=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B9C is #39A463. Grayscale: #828282. Windows color (decimal): -3777636 or 10247110. OLE color: 10247110.

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

Color convert

RGB19891156-
CMYK00.540.210.22
HSL323.55º48.42%56.67%-
HSV(B)323.55º54.04%77.65%-
XYZ33.0321.8933.94-
YUV130.4142.45176.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=44.49%
G=20.45%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989115600.540.210.22323.5548.4256.67
HexC65B9C03615161443039
Octal30613323406625265046071
Binary1100011010110111001110001101101010110110101000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65B9C; }

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

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

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

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

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

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

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

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