#C6469D

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

Shades of Mulberry #C6469D

Tints of Mulberry #C6469D

Color information

#C6469D (or 0xC6469D) is unknown color: approx Mulberry. HEX triplet: C6, 46 and 9D. RGB value is (198,70,157). Sum of RGB (Red+Green+Blue) = 198+70+157=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6469D is #39B962. Grayscale: #757575. Windows color (decimal): -3783011 or 10307270. OLE color: 10307270.

HSL color Cylindrical-coordinate representation of color #C6469D: hue angle of 319.22º degrees, saturation: 0.53, 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 #C6469D is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19870157-
CMYK00.650.210.22
HSL319.22º52.89%52.55%-
HSV(B)319.22º64.65%77.65%-
XYZ31.5618.8233.87-
YUV118.19149.91184.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=46.59%
G=16.47%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987015700.650.210.22319.2252.8952.55
HexC6469D041151613f3535
Octal306106235010125264776565
Binary11000110100011010011101010000011010110110100111111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6469D; }

 p { color: rgb(198,70,157); }

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

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

 a { background-color: rgb(198,70,157); }

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

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

 span { border-color: rgb(198,70,157); }

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