#C1569C

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

Shades of Mulberry #C1569C

Tints of Mulberry #C1569C

Color information

#C1569C (or 0xC1569C) is unknown color: approx Mulberry. HEX triplet: C1, 56 and 9C. RGB value is (193,86,156). Sum of RGB (Red+Green+Blue) = 193+86+156=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1569C is #3EA963. Grayscale: #7D7D7D. Windows color (decimal): -4106596 or 10245825. OLE color: 10245825.

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

Color convert

RGB19386156-
CMYK00.550.190.24
HSL320.75º46.32%54.71%-
HSV(B)320.75º55.44%75.69%-
XYZ31.3220.3933.74-
YUV125.97144.95175.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=44.37%
G=19.77%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938615600.550.190.24320.7546.3254.71
HexC1569C03713181412e37
Octal30112623406723305015667
Binary1100000110101101001110001101111001111000101000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1569C; }

 p { color: rgb(193,86,156); }

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

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

 a { background-color: rgb(193,86,156); }

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

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

 span { border-color: rgb(193,86,156); }

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