#C65A9F

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

Shades of Mulberry #C65A9F

Tints of Mulberry #C65A9F

Color information

#C65A9F (or 0xC65A9F) is unknown color: approx Mulberry. HEX triplet: C6, 5A and 9F. RGB value is (198,90,159). Sum of RGB (Red+Green+Blue) = 198+90+159=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A9F is #39A560. Grayscale: #818181. Windows color (decimal): -3777889 or 10443462. OLE color: 10443462.

HSL color Cylindrical-coordinate representation of color #C65A9F: hue angle of 321.67º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A9F is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19890159-
CMYK00.550.200.22
HSL321.67º48.65%56.47%-
HSV(B)321.67º54.55%77.65%-
XYZ33.221.8235.26-
YUV130.16144.28176.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 90 (35.55% from 255) = 20.13%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=44.30%
G=20.13%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989015900.550.200.22321.6748.6556.47
HexC65A9F03714161423138
Octal30613223706724265026170
Binary1100011010110101001111101101111010010110101000010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A9F; }

 p { color: rgb(198,90,159); }

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

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

 a { background-color: rgb(198,90,159); }

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

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

 span { border-color: rgb(198,90,159); }

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