#C65BA5

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

Shades of Mulberry #C65BA5

Tints of Mulberry #C65BA5

Color information

#C65BA5 (or 0xC65BA5) is unknown color: approx Mulberry. HEX triplet: C6, 5B and A5. RGB value is (198,91,165). Sum of RGB (Red+Green+Blue) = 198+91+165=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA5 is #39A45A. Grayscale: #838383. Windows color (decimal): -3777627 or 10836934. OLE color: 10836934.

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

Color convert

RGB19891165-
CMYK00.540.170.22
HSL318.5º48.42%56.67%-
HSV(B)318.5º54.04%77.65%-
XYZ33.8222.238.1-
YUV131.43146.95175.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=43.61%
G=20.04%
B=36.34%

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
Decimal1989116500.540.170.22318.548.4256.67
HexC65BA5036111613f3039
Octal30613324506621264776071
Binary1100011010110111010010101101101000110110100111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BA5; }

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

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

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

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

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

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

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

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