#C8497C

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

Shades of Mulberry #C8497C

Tints of Mulberry #C8497C

Color information

#C8497C (or 0xC8497C) is unknown color: approx Mulberry. HEX triplet: C8, 49 and 7C. RGB value is (200,73,124). Sum of RGB (Red+Green+Blue) = 200+73+124=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8497C is #37B683. Grayscale: #747474. Windows color (decimal): -3651204 or 8145352. OLE color: 8145352.

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

Color convert

RGB20073124-
CMYK00.640.380.22
HSL335.91º53.59%53.53%-
HSV(B)335.91º63.5%78.43%-
XYZ29.8418.521.07-
YUV116.79132.08187.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=50.38%
G=18.39%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007312400.640.380.22335.9153.5953.53
HexC8497C04026161503636
Octal310111174010046265206666
Binary11001000100100111111000100000010011010110101010000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8497C; }

 p { color: rgb(200,73,124); }

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

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

 a { background-color: rgb(200,73,124); }

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

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

 span { border-color: rgb(200,73,124); }

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