#C84BA6

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

Shades of Mulberry #C84BA6

Tints of Mulberry #C84BA6

Color information

#C84BA6 (or 0xC84BA6) is unknown color: approx Mulberry. HEX triplet: C8, 4B and A6. RGB value is (200,75,166). Sum of RGB (Red+Green+Blue) = 200+75+166=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BA6 is #37B459. Grayscale: #7A7A7A. Windows color (decimal): -3650650 or 10898376. OLE color: 10898376.

HSL color Cylindrical-coordinate representation of color #C84BA6: hue angle of 316.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84BA6 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB20075166-
CMYK00.620.170.22
HSL316.32º53.19%53.92%-
HSV(B)316.32º62.5%78.43%-
XYZ33.2220.0638.2-
YUV122.75152.41183.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=45.35%
G=17.01%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007516600.620.170.22316.3253.1953.92
HexC84BA603E111613c3536
Octal31011324607621264746566
Binary1100100010010111010011001111101000110110100111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84BA6; }

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

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

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

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

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

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

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

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