#C652A0

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

Shades of Mulberry #C652A0

Tints of Mulberry #C652A0

Color information

#C652A0 (or 0xC652A0) is unknown color: approx Mulberry. HEX triplet: C6, 52 and A0. RGB value is (198,82,160). Sum of RGB (Red+Green+Blue) = 198+82+160=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C652A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652A0 is #39AD5F. Grayscale: #7D7D7D. Windows color (decimal): -3779936 or 10506950. OLE color: 10506950.

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

Color convert

RGB19882160-
CMYK00.590.190.22
HSL319.66º50.43%54.9%-
HSV(B)319.66º58.59%77.65%-
XYZ32.6520.5835.51-
YUV125.58147.43179.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=45%
G=18.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988216000.590.190.22319.6650.4354.9
HexC652A003B13161403237
Octal30612224007323265006267
Binary1100011010100101010000001110111001110110101000000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C652A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C652A0; }

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

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

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

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

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

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

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

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