#CD4795

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

Shades of Mulberry #CD4795

Tints of Mulberry #CD4795

Color information

#CD4795 (or 0xCD4795) is unknown color: approx Mulberry. HEX triplet: CD, 47 and 95. RGB value is (205,71,149). Sum of RGB (Red+Green+Blue) = 205+71+149=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4795 is #32B86A. Grayscale: #777777. Windows color (decimal): -3324011 or 9783245. OLE color: 9783245.

HSL color Cylindrical-coordinate representation of color #CD4795: hue angle of 325.07º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4795 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20571149-
CMYK00.650.270.20
HSL325.07º57.26%54.12%-
HSV(B)325.07º65.37%80.39%-
XYZ32.8519.6630.5-
YUV119.96144.39188.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=48.24%
G=16.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057114900.650.270.20325.0757.2654.12
HexCD47950411B141453936
Octal315107225010133245057166
Binary11001101100011110010101010000011101110100101000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4795; }

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

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

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

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

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

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

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

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