#CD5B95

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

Shades of Mulberry #CD5B95

Tints of Mulberry #CD5B95

Color information

#CD5B95 (or 0xCD5B95) is unknown color: approx Mulberry. HEX triplet: CD, 5B and 95. RGB value is (205,91,149). Sum of RGB (Red+Green+Blue) = 205+91+149=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5B95 is #32A46A. Grayscale: #838383. Windows color (decimal): -3318891 or 9788365. OLE color: 9788365.

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

Color convert

RGB20591149-
CMYK00.560.270.20
HSL329.47º53.27%58.04%-
HSV(B)329.47º55.61%80.39%-
XYZ34.3422.6330.99-
YUV131.7137.77180.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=46.07%
G=20.45%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059114900.560.270.20329.4753.2758.04
HexCD5B950381B14149353a
Octal31513322507033245116572
Binary1100110110110111001010101110001101110100101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B95; }

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

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

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

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

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

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

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

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