#C6449C

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

Shades of Mulberry #C6449C

Tints of Mulberry #C6449C

Color information

#C6449C (or 0xC6449C) is unknown color: approx Mulberry. HEX triplet: C6, 44 and 9C. RGB value is (198,68,156). Sum of RGB (Red+Green+Blue) = 198+68+156=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6449C is #39BB63. Grayscale: #747474. Windows color (decimal): -3783524 or 10241222. OLE color: 10241222.

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

Color convert

RGB19868156-
CMYK00.660.210.22
HSL319.38º53.28%52.16%-
HSV(B)319.38º65.66%77.65%-
XYZ31.3618.5433.38-
YUV116.9150.07185.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=46.92%
G=16.11%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986815600.660.210.22319.3853.2852.16
HexC6449C042151613f3534
Octal306104234010225264776564
Binary11000110100010010011100010000101010110110100111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6449C; }

 p { color: rgb(198,68,156); }

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

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

 a { background-color: rgb(198,68,156); }

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

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

 span { border-color: rgb(198,68,156); }

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