#C4469C

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

Shades of Mulberry #C4469C

Tints of Mulberry #C4469C

Color information

#C4469C (or 0xC4469C) is unknown color: approx Mulberry. HEX triplet: C4, 46 and 9C. RGB value is (196,70,156). Sum of RGB (Red+Green+Blue) = 196+70+156=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4469C is #3BB963. Grayscale: #757575. Windows color (decimal): -3914084 or 10241732. OLE color: 10241732.

HSL color Cylindrical-coordinate representation of color #C4469C: hue angle of 319.05º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4469C is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19670156-
CMYK00.640.200.23
HSL319.05º51.64%52.16%-
HSV(B)319.05º64.29%76.86%-
XYZ30.9618.5233.39-
YUV117.48149.74184.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 70 (27.73% from 255) = 16.59%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=46.45%
G=16.59%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967015600.640.200.23319.0551.6452.16
HexC4469C040141713f3434
Octal304106234010024274776464
Binary11000100100011010011100010000001010010111100111111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4469C; }

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

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

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

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

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

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

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

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