#C8489B

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

Shades of Mulberry #C8489B

Tints of Mulberry #C8489B

Color information

#C8489B (or 0xC8489B) is unknown color: approx Mulberry. HEX triplet: C8, 48 and 9B. RGB value is (200,72,155). Sum of RGB (Red+Green+Blue) = 200+72+155=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8489B is #37B764. Grayscale: #777777. Windows color (decimal): -3651429 or 10176712. OLE color: 10176712.

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

Color convert

RGB20072155-
CMYK00.640.220.22
HSL321.09º53.78%53.33%-
HSV(B)321.09º64%78.43%-
XYZ32.0519.2833.04-
YUV119.73147.91185.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 72 (28.52% from 255) = 16.86%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=46.84%
G=16.86%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007215500.640.220.22321.0953.7853.33
HexC8489B04016161413635
Octal310110233010026265016665
Binary11001000100100010011011010000001011010110101000001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8489B; }

 p { color: rgb(200,72,155); }

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

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

 a { background-color: rgb(200,72,155); }

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

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

 span { border-color: rgb(200,72,155); }

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