#C2569A

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

Shades of Mulberry #C2569A

Tints of Mulberry #C2569A

Color information

#C2569A (or 0xC2569A) is unknown color: approx Mulberry. HEX triplet: C2, 56 and 9A. RGB value is (194,86,154). Sum of RGB (Red+Green+Blue) = 194+86+154=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2569A is #3DA965. Grayscale: #7D7D7D. Windows color (decimal): -4041062 or 10114754. OLE color: 10114754.

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

Color convert

RGB19486154-
CMYK00.560.210.24
HSL322.22º46.96%54.9%-
HSV(B)322.22º55.67%76.08%-
XYZ31.4120.4632.87-
YUV126.04143.78176.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=44.70%
G=19.82%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948615400.560.210.24322.2246.9654.9
HexC2569A03815181422f37
Octal30212623207025305025767
Binary1100001010101101001101001110001010111000101000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2569A; }

 p { color: rgb(194,86,154); }

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

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

 a { background-color: rgb(194,86,154); }

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

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

 span { border-color: rgb(194,86,154); }

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