#C7469B

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

Shades of Mulberry #C7469B

Tints of Mulberry #C7469B

Color information

#C7469B (or 0xC7469B) is unknown color: approx Mulberry. HEX triplet: C7, 46 and 9B. RGB value is (199,70,155). Sum of RGB (Red+Green+Blue) = 199+70+155=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7469B is #38B964. Grayscale: #767676. Windows color (decimal): -3717477 or 10176199. OLE color: 10176199.

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

Color convert

RGB19970155-
CMYK00.650.220.22
HSL320.47º53.53%52.75%-
HSV(B)320.47º64.82%78.04%-
XYZ31.6618.8932.99-
YUV118.26148.74185.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.93%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=46.93%
G=16.51%
B=36.56%

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
Decimal1997015500.650.220.22320.4753.5352.75
HexC7469B04116161403635
Octal307106233010126265006665
Binary11000111100011010011011010000011011010110101000000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7469B; }

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

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

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

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

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

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

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

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