#CD5A8C

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

Shades of Mulberry #CD5A8C

Tints of Mulberry #CD5A8C

Color information

#CD5A8C (or 0xCD5A8C) is unknown color: approx Mulberry. HEX triplet: CD, 5A and 8C. RGB value is (205,90,140). Sum of RGB (Red+Green+Blue) = 205+90+140=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A8C is #32A573. Grayscale: #828282. Windows color (decimal): -3319156 or 9198285. OLE color: 9198285.

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

Color convert

RGB20590140-
CMYK00.560.320.20
HSL333.91º53.49%57.84%-
HSV(B)333.91º56.1%80.39%-
XYZ33.5722.1827.32-
YUV130.08133.6181.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=47.13%
G=20.69%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059014000.560.320.20333.9153.4957.84
HexCD5A8C038201414e353a
Octal31513221407040245166572
Binary11001101101101010001100011100010000010100101001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A8C; }

 p { color: rgb(205,90,140); }

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

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

 a { background-color: rgb(205,90,140); }

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

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

 span { border-color: rgb(205,90,140); }

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