#CD467E

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

Shades of Mulberry #CD467E

Tints of Mulberry #CD467E

Color information

#CD467E (or 0xCD467E) is unknown color: approx Mulberry. HEX triplet: CD, 46 and 7E. RGB value is (205,70,126). Sum of RGB (Red+Green+Blue) = 205+70+126=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD467E is #32B981. Grayscale: #747474. Windows color (decimal): -3324290 or 8275661. OLE color: 8275661.

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

Color convert

RGB20570126-
CMYK00.660.390.20
HSL335.11º57.45%53.92%-
HSV(B)335.11º65.85%80.39%-
XYZ31.1318.8721.74-
YUV116.75133.23190.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=51.12%
G=17.46%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057012600.660.390.20335.1157.4553.92
HexCD467E042271414f3936
Octal315106176010247245177166
Binary11001101100011011111100100001010011110100101001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD467E; }

 p { color: rgb(205,70,126); }

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

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

 a { background-color: rgb(205,70,126); }

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

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

 span { border-color: rgb(205,70,126); }

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