#CD5196

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

Shades of Mulberry #CD5196

Tints of Mulberry #CD5196

Color information

#CD5196 (or 0xCD5196) is unknown color: approx Mulberry. HEX triplet: CD, 51 and 96. RGB value is (205,81,150). Sum of RGB (Red+Green+Blue) = 205+81+150=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5196 is #32AE69. Grayscale: #7D7D7D. Windows color (decimal): -3321450 or 9851341. OLE color: 9851341.

HSL color Cylindrical-coordinate representation of color #CD5196: hue angle of 326.61º 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 #CD5196 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20581150-
CMYK00.600.270.20
HSL326.61º55.36%56.08%-
HSV(B)326.61º60.49%80.39%-
XYZ33.6221.0731.15-
YUV125.94141.58184.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=47.02%
G=18.58%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058115000.600.270.20326.6155.3656.08
HexCD519603C1B141473738
Octal31512122607433245076770
Binary1100110110100011001011001111001101110100101000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5196; }

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

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

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

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

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

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

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

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