#C7469C

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

Shades of Mulberry #C7469C

Tints of Mulberry #C7469C

Color information

#C7469C (or 0xC7469C) is unknown color: approx Mulberry. HEX triplet: C7, 46 and 9C. RGB value is (199,70,156). Sum of RGB (Red+Green+Blue) = 199+70+156=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7469C is #38B963. Grayscale: #767676. Windows color (decimal): -3717476 or 10241735. OLE color: 10241735.

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

Color convert

RGB19970156-
CMYK00.650.220.22
HSL320º53.53%52.75%-
HSV(B)320º64.82%78.04%-
XYZ31.7418.9233.43-
YUV118.38149.24185.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=46.82%
G=16.47%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997015600.650.220.2232053.5352.75
HexC7469C04116161403635
Octal307106234010126265006665
Binary11000111100011010011100010000011011010110101000000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7469C; }

 p { color: rgb(199,70,156); }

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

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

 a { background-color: rgb(199,70,156); }

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

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

 span { border-color: rgb(199,70,156); }

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