#C3469A

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

Shades of Mulberry #C3469A

Tints of Mulberry #C3469A

Color information

#C3469A (or 0xC3469A) is unknown color: approx Mulberry. HEX triplet: C3, 46 and 9A. RGB value is (195,70,154). Sum of RGB (Red+Green+Blue) = 195+70+154=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3469A is #3CB965. Grayscale: #747474. Windows color (decimal): -3979622 or 10110659. OLE color: 10110659.

HSL color Cylindrical-coordinate representation of color #C3469A: hue angle of 319.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3469A is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19570154-
CMYK00.640.210.24
HSL319.68º51.02%51.96%-
HSV(B)319.68º64.1%76.47%-
XYZ30.5318.3232.5-
YUV116.95148.91183.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 70 (27.73% from 255) = 16.71%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=46.54%
G=16.71%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957015400.640.210.24319.6851.0251.96
HexC3469A04015181403334
Octal303106232010025305006364
Binary11000011100011010011010010000001010111000101000000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3469A; }

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

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

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

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

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

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

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

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