#C1529B

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

Shades of Mulberry #C1529B

Tints of Mulberry #C1529B

Color information

#C1529B (or 0xC1529B) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 9B. RGB value is (193,82,155). Sum of RGB (Red+Green+Blue) = 193+82+155=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1529B is #3EAD64. Grayscale: #7B7B7B. Windows color (decimal): -4107621 or 10179265. OLE color: 10179265.

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

Color convert

RGB19382155-
CMYK00.580.200.24
HSL320.54º47.23%53.92%-
HSV(B)320.54º57.51%75.69%-
XYZ30.9319.7433.19-
YUV123.51145.77177.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=44.88%
G=19.07%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938215500.580.200.24320.5447.2353.92
HexC1529B03A14181412f36
Octal30112223307224305015766
Binary1100000110100101001101101110101010011000101000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1529B; }

 p { color: rgb(193,82,155); }

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

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

 a { background-color: rgb(193,82,155); }

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

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

 span { border-color: rgb(193,82,155); }

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