#CD5190

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

Shades of Mulberry #CD5190

Tints of Mulberry #CD5190

Color information

#CD5190 (or 0xCD5190) is unknown color: approx Mulberry. HEX triplet: CD, 51 and 90. RGB value is (205,81,144). Sum of RGB (Red+Green+Blue) = 205+81+144=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5190 is #32AE6F. Grayscale: #7D7D7D. Windows color (decimal): -3321456 or 9458125. OLE color: 9458125.

HSL color Cylindrical-coordinate representation of color #CD5190: hue angle of 329.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5190 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20581144-
CMYK00.600.300.20
HSL329.52º55.36%56.08%-
HSV(B)329.52º60.49%80.39%-
XYZ33.1520.8828.67-
YUV125.26138.58184.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=47.67%
G=18.84%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058114400.600.300.20329.5255.3656.08
HexCD519003C1E1414a3738
Octal31512122007436245126770
Binary1100110110100011001000001111001111010100101001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5190; }

 p { color: rgb(205,81,144); }

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

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

 a { background-color: rgb(205,81,144); }

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

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

 span { border-color: rgb(205,81,144); }

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