#C852A6

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

Shades of Mulberry #C852A6

Tints of Mulberry #C852A6

Color information

#C852A6 (or 0xC852A6) is unknown color: approx Mulberry. HEX triplet: C8, 52 and A6. RGB value is (200,82,166). Sum of RGB (Red+Green+Blue) = 200+82+166=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C852A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852A6 is #37AD59. Grayscale: #7E7E7E. Windows color (decimal): -3648858 or 10900168. OLE color: 10900168.

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

Color convert

RGB20082166-
CMYK00.590.170.22
HSL317.29º51.75%55.29%-
HSV(B)317.29º59%78.43%-
XYZ33.7221.0738.37-
YUV126.86150.09180.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=44.64%
G=18.30%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008216600.590.170.22317.2951.7555.29
HexC852A603B111613d3437
Octal31012224607321264756467
Binary1100100010100101010011001110111000110110100111101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852A6; }

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

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

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

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

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

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

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

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