#C65A8B

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

Shades of Mulberry #C65A8B

Tints of Mulberry #C65A8B

Color information

#C65A8B (or 0xC65A8B) is unknown color: approx Mulberry. HEX triplet: C6, 5A and 8B. RGB value is (198,90,139). Sum of RGB (Red+Green+Blue) = 198+90+139=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A8B is #39A574. Grayscale: #7F7F7F. Windows color (decimal): -3777909 or 9132742. OLE color: 9132742.

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

Color convert

RGB19890139-
CMYK00.550.300.22
HSL332.78º48.65%56.47%-
HSV(B)332.78º54.55%77.65%-
XYZ31.6121.1826.85-
YUV127.88134.28178.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=46.37%
G=21.08%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989013900.550.300.22332.7848.6556.47
HexC65A8B0371E1614d3138
Octal30613221306736265156170
Binary1100011010110101000101101101111111010110101001101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A8B; }

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

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

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

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

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

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

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

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