#C6417F

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

Shades of Mulberry #C6417F

Tints of Mulberry #C6417F

Color information

#C6417F (or 0xC6417F) is unknown color: approx Mulberry. HEX triplet: C6, 41 and 7F. RGB value is (198,65,127). Sum of RGB (Red+Green+Blue) = 198+65+127=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6417F is #39BE80. Grayscale: #6F6F6F. Windows color (decimal): -3784321 or 8339910. OLE color: 8339910.

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

Color convert

RGB19865127-
CMYK00.670.360.22
HSL332.03º53.85%51.57%-
HSV(B)332.03º67.17%77.65%-
XYZ29.0117.3221.89-
YUV111.84136.56189.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 127 (50% from 255) = 32.56%
R=50.77%
G=16.67%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986512700.670.360.22332.0353.8551.57
HexC6417F043241614c3634
Octal306101177010344265146664
Binary11000110100000111111110100001110010010110101001100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6417F; }

 p { color: rgb(198,65,127); }

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

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

 a { background-color: rgb(198,65,127); }

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

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

 span { border-color: rgb(198,65,127); }

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