#C152A1

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

Shades of Mulberry #C152A1

Tints of Mulberry #C152A1

Color information

#C152A1 (or 0xC152A1) is unknown color: approx Mulberry. HEX triplet: C1, 52 and A1. RGB value is (193,82,161). Sum of RGB (Red+Green+Blue) = 193+82+161=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C152A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152A1 is #3EAD5E. Grayscale: #7B7B7B. Windows color (decimal): -4107615 or 10572481. OLE color: 10572481.

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

Color convert

RGB19382161-
CMYK00.580.170.24
HSL317.3º47.23%53.92%-
HSV(B)317.3º57.51%75.69%-
XYZ31.4419.9535.91-
YUV124.2148.77177.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=44.27%
G=18.81%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938216100.580.170.24317.347.2353.92
HexC152A103A111813d2f36
Octal30112224107221304755766
Binary1100000110100101010000101110101000111000100111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152A1; }

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

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

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

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

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

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

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

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