#C8468D

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

Shades of Mulberry #C8468D

Tints of Mulberry #C8468D

Color information

#C8468D (or 0xC8468D) is unknown color: approx Mulberry. HEX triplet: C8, 46 and 8D. RGB value is (200,70,141). Sum of RGB (Red+Green+Blue) = 200+70+141=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8468D is #37B972. Grayscale: #747474. Windows color (decimal): -3651955 or 9258696. OLE color: 9258696.

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

Color convert

RGB20070141-
CMYK00.650.290.22
HSL327.23º54.17%52.94%-
HSV(B)327.23º65%78.43%-
XYZ30.8218.5827.16-
YUV116.96141.57187.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 70 (27.73% from 255) = 17.03%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=48.66%
G=17.03%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007014100.650.290.22327.2354.1752.94
HexC8468D0411D161473635
Octal310106215010135265076665
Binary11001000100011010001101010000011110110110101000111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8468D; }

 p { color: rgb(200,70,141); }

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

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

 a { background-color: rgb(200,70,141); }

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

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

 span { border-color: rgb(200,70,141); }

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