#C8478B

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

Shades of Mulberry #C8478B

Tints of Mulberry #C8478B

Color information

#C8478B (or 0xC8478B) is unknown color: approx Mulberry. HEX triplet: C8, 47 and 8B. RGB value is (200,71,139). Sum of RGB (Red+Green+Blue) = 200+71+139=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8478B is #37B874. Grayscale: #757575. Windows color (decimal): -3651701 or 9127880. OLE color: 9127880.

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

Color convert

RGB20071139-
CMYK00.640.300.22
HSL328.37º53.97%53.14%-
HSV(B)328.37º64.5%78.43%-
XYZ30.7318.6526.41-
YUV117.32140.24186.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 71 (28.12% from 255) = 17.32%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=48.78%
G=17.32%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007113900.640.300.22328.3753.9753.14
HexC8478B0401E161483635
Octal310107213010036265106665
Binary11001000100011110001011010000001111010110101001000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8478B; }

 p { color: rgb(200,71,139); }

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

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

 a { background-color: rgb(200,71,139); }

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

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

 span { border-color: rgb(200,71,139); }

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