#CD477F

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

Shades of Mulberry #CD477F

Tints of Mulberry #CD477F

Color information

#CD477F (or 0xCD477F) is unknown color: approx Mulberry. HEX triplet: CD, 47 and 7F. RGB value is (205,71,127). Sum of RGB (Red+Green+Blue) = 205+71+127=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD477F is #32B880. Grayscale: #757575. Windows color (decimal): -3324033 or 8341453. OLE color: 8341453.

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

Color convert

RGB20571127-
CMYK00.650.380.20
HSL334.93º57.26%54.12%-
HSV(B)334.93º65.37%80.39%-
XYZ31.2619.0222.1-
YUV117.45133.39190.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 127 (50% from 255) = 31.51%
R=50.87%
G=17.62%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057112700.650.380.20334.9357.2654.12
HexCD477F041261414f3936
Octal315107177010146245177166
Binary11001101100011111111110100000110011010100101001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD477F; }

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

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

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

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

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

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

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

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