#C655A0

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

Shades of Mulberry #C655A0

Tints of Mulberry #C655A0

Color information

#C655A0 (or 0xC655A0) is unknown color: approx Mulberry. HEX triplet: C6, 55 and A0. RGB value is (198,85,160). Sum of RGB (Red+Green+Blue) = 198+85+160=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C655A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655A0 is #39AA5F. Grayscale: #7F7F7F. Windows color (decimal): -3779168 or 10507718. OLE color: 10507718.

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

Color convert

RGB19885160-
CMYK00.570.190.22
HSL320.18º49.78%55.49%-
HSV(B)320.18º57.07%77.65%-
XYZ32.8821.0435.59-
YUV127.34146.44178.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=44.70%
G=19.19%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988516000.570.190.22320.1849.7855.49
HexC655A003913161403237
Octal30612524007123265006267
Binary1100011010101011010000001110011001110110101000000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C655A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C655A0; }

 p { color: rgb(198,85,160); }

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

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

 a { background-color: rgb(198,85,160); }

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

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

 span { border-color: rgb(198,85,160); }

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