#C2569B

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

Shades of Mulberry #C2569B

Tints of Mulberry #C2569B

Color information

#C2569B (or 0xC2569B) is unknown color: approx Mulberry. HEX triplet: C2, 56 and 9B. RGB value is (194,86,155). Sum of RGB (Red+Green+Blue) = 194+86+155=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2569B is #3DA964. Grayscale: #7D7D7D. Windows color (decimal): -4041061 or 10180290. OLE color: 10180290.

HSL color Cylindrical-coordinate representation of color #C2569B: hue angle of 321.67º 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 #C2569B is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB19486155-
CMYK00.560.200.24
HSL321.67º46.96%54.9%-
HSV(B)321.67º55.67%76.08%-
XYZ31.4920.4933.31-
YUV126.16144.28176.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=44.60%
G=19.77%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948615500.560.200.24321.6746.9654.9
HexC2569B03814181422f37
Octal30212623307024305025767
Binary1100001010101101001101101110001010011000101000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2569B; }

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

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

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

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

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

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

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

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