#CD485E

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

Shades of Mandy #CD485E

Tints of Mandy #CD485E

Color information

#CD485E (or 0xCD485E) is unknown color: approx Mandy. HEX triplet: CD, 48 and 5E. RGB value is (205,72,94). Sum of RGB (Red+Green+Blue) = 205+72+94=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD485E is #32B7A1. Grayscale: #727272. Windows color (decimal): -3323810 or 6179021. OLE color: 6179021.

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

Color convert

RGB2057294-
CMYK00.650.540.20
HSL350.08º57.08%54.31%-
HSV(B)350.08º64.88%80.39%-
XYZ29.5118.4212.59-
YUV114.28116.56192.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=55.26%
G=19.41%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205729400.650.540.20350.0857.0854.31
HexCD485E041361415e3936
Octal315110136010166245367166
Binary11001101100100010111100100000111011010100101011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD485E; }

 p { color: rgb(205,72,94); }

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

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

 a { background-color: rgb(205,72,94); }

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

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

 span { border-color: rgb(205,72,94); }

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