#C65BA4

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

Shades of Mulberry #C65BA4

Tints of Mulberry #C65BA4

Color information

#C65BA4 (or 0xC65BA4) is unknown color: approx Mulberry. HEX triplet: C6, 5B and A4. RGB value is (198,91,164). Sum of RGB (Red+Green+Blue) = 198+91+164=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA4 is #39A45B. Grayscale: #838383. Windows color (decimal): -3777628 or 10771398. OLE color: 10771398.

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

Color convert

RGB19891164-
CMYK00.540.170.22
HSL319.07º48.42%56.67%-
HSV(B)319.07º54.04%77.65%-
XYZ33.7322.1737.62-
YUV131.32146.45175.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=43.71%
G=20.09%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989116400.540.170.22319.0748.4256.67
HexC65BA4036111613f3039
Octal30613324406621264776071
Binary1100011010110111010010001101101000110110100111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BA4; }

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

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

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

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

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

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

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

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