#C65A8E

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

Shades of Mulberry #C65A8E

Tints of Mulberry #C65A8E

Color information

#C65A8E (or 0xC65A8E) is unknown color: approx Mulberry. HEX triplet: C6, 5A and 8E. RGB value is (198,90,142). Sum of RGB (Red+Green+Blue) = 198+90+142=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A8E is #39A571. Grayscale: #808080. Windows color (decimal): -3777906 or 9329350. OLE color: 9329350.

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

Color convert

RGB19890142-
CMYK00.550.280.22
HSL331.11º48.65%56.47%-
HSV(B)331.11º54.55%77.65%-
XYZ31.8321.2728.02-
YUV128.22135.78177.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=46.05%
G=20.93%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989014200.550.280.22331.1148.6556.47
HexC65A8E0371C1614b3138
Octal30613221606734265136170
Binary1100011010110101000111001101111110010110101001011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A8E; }

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

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

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

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

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

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

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

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