#C852A5

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

Shades of Mulberry #C852A5

Tints of Mulberry #C852A5

Color information

#C852A5 (or 0xC852A5) is unknown color: approx Mulberry. HEX triplet: C8, 52 and A5. RGB value is (200,82,165). Sum of RGB (Red+Green+Blue) = 200+82+165=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C852A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852A5 is #37AD5A. Grayscale: #7E7E7E. Windows color (decimal): -3648859 or 10834632. OLE color: 10834632.

HSL color Cylindrical-coordinate representation of color #C852A5: hue angle of 317.8º degrees, saturation: 0.52, 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 #C852A5 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB20082165-
CMYK00.590.180.22
HSL317.8º51.75%55.29%-
HSV(B)317.8º59%78.43%-
XYZ33.6321.0337.88-
YUV126.74149.59180.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 82 (32.42% from 255) = 18.34%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=44.74%
G=18.34%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008216500.590.180.22317.851.7555.29
HexC852A503B121613e3437
Octal31012224507322264766467
Binary1100100010100101010010101110111001010110100111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852A5; }

 p { color: rgb(200,82,165); }

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

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

 a { background-color: rgb(200,82,165); }

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

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

 span { border-color: rgb(200,82,165); }

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