#C7469A

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

Shades of Mulberry #C7469A

Tints of Mulberry #C7469A

Color information

#C7469A (or 0xC7469A) is unknown color: approx Mulberry. HEX triplet: C7, 46 and 9A. RGB value is (199,70,154). Sum of RGB (Red+Green+Blue) = 199+70+154=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7469A is #38B965. Grayscale: #757575. Windows color (decimal): -3717478 or 10110663. OLE color: 10110663.

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

Color convert

RGB19970154-
CMYK00.650.230.22
HSL320.93º53.53%52.75%-
HSV(B)320.93º64.82%78.04%-
XYZ31.5818.8632.55-
YUV118.15148.24185.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=47.04%
G=16.55%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997015400.650.230.22320.9353.5352.75
HexC7469A04117161413635
Octal307106232010127265016665
Binary11000111100011010011010010000011011110110101000001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7469A; }

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

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

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

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

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

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

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

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