#C8528E

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

Shades of Mulberry #C8528E

Tints of Mulberry #C8528E

Color information

#C8528E (or 0xC8528E) is unknown color: approx Mulberry. HEX triplet: C8, 52 and 8E. RGB value is (200,82,142). Sum of RGB (Red+Green+Blue) = 200+82+142=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8528E is #37AD71. Grayscale: #7C7C7C. Windows color (decimal): -3648882 or 9327304. OLE color: 9327304.

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

Color convert

RGB20082142-
CMYK00.590.290.22
HSL329.49º51.75%55.29%-
HSV(B)329.49º59%78.43%-
XYZ31.7220.2727.83-
YUV124.12138.09182.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=47.17%
G=19.34%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008214200.590.290.22329.4951.7555.29
HexC8528E03B1D161493437
Octal31012221607335265116467
Binary1100100010100101000111001110111110110110101001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8528E; }

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

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

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

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

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

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

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

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