#C445A6

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

Shades of Mulberry #C445A6

Tints of Mulberry #C445A6

Color information

#C445A6 (or 0xC445A6) is unknown color: approx Mulberry. HEX triplet: C4, 45 and A6. RGB value is (196,69,166). Sum of RGB (Red+Green+Blue) = 196+69+166=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C445A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445A6 is #3BBA59. Grayscale: #757575. Windows color (decimal): -3914330 or 10896836. OLE color: 10896836.

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

Color convert

RGB19669166-
CMYK00.650.150.23
HSL314.17º51.84%51.96%-
HSV(B)314.17º64.8%76.86%-
XYZ31.7818.7538.02-
YUV118.03155.08183.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=45.48%
G=16.01%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966916600.650.150.23314.1751.8451.96
HexC445A6041F1713a3434
Octal304105246010117274726464
Binary1100010010001011010011001000001111110111100111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445A6; }

 p { color: rgb(196,69,166); }

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

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

 a { background-color: rgb(196,69,166); }

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

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

 span { border-color: rgb(196,69,166); }

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