#CD5B9C

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

Shades of Mulberry #CD5B9C

Tints of Mulberry #CD5B9C

Color information

#CD5B9C (or 0xCD5B9C) is unknown color: approx Mulberry. HEX triplet: CD, 5B and 9C. RGB value is (205,91,156). Sum of RGB (Red+Green+Blue) = 205+91+156=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5B9C is #32A463. Grayscale: #848484. Windows color (decimal): -3318884 or 10247117. OLE color: 10247117.

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

Color convert

RGB20591156-
CMYK00.560.240.20
HSL325.79º53.27%58.04%-
HSV(B)325.79º55.61%80.39%-
XYZ34.9222.8634.02-
YUV132.5141.27179.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=45.35%
G=20.13%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059115600.560.240.20325.7953.2758.04
HexCD5B9C0381814146353a
Octal31513323407030245066572
Binary1100110110110111001110001110001100010100101000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B9C; }

 p { color: rgb(205,91,156); }

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

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

 a { background-color: rgb(205,91,156); }

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

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

 span { border-color: rgb(205,91,156); }

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