#C45CA5

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

Shades of Mulberry #C45CA5

Tints of Mulberry #C45CA5

Color information

#C45CA5 (or 0xC45CA5) is unknown color: approx Mulberry. HEX triplet: C4, 5C and A5. RGB value is (196,92,165). Sum of RGB (Red+Green+Blue) = 196+92+165=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CA5 is #3BA35A. Grayscale: #838383. Windows color (decimal): -3908443 or 10837188. OLE color: 10837188.

HSL color Cylindrical-coordinate representation of color #C45CA5: hue angle of 317.88º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45CA5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19692165-
CMYK00.530.160.23
HSL317.88º46.85%56.47%-
HSV(B)317.88º53.06%76.86%-
XYZ33.3822.1138.1-
YUV131.42146.96174.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=43.27%
G=20.31%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969216500.530.160.23317.8846.8556.47
HexC45CA5035101713e2f38
Octal30413424506520274765770
Binary1100010010111001010010101101011000010111100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45CA5; }

 p { color: rgb(196,92,165); }

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

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

 a { background-color: rgb(196,92,165); }

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

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

 span { border-color: rgb(196,92,165); }

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