#CD485D

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

Shades of Mandy #CD485D

Tints of Mandy #CD485D

Color information

#CD485D (or 0xCD485D) is unknown color: approx Mandy. HEX triplet: CD, 48 and 5D. RGB value is (205,72,93). Sum of RGB (Red+Green+Blue) = 205+72+93=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD485D is #32B7A2. Grayscale: #727272. Windows color (decimal): -3323811 or 6113485. OLE color: 6113485.

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

Color convert

RGB2057293-
CMYK00.650.550.20
HSL350.53º57.08%54.31%-
HSV(B)350.53º64.88%80.39%-
XYZ29.4718.412.36-
YUV114.16116.06192.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=55.41%
G=19.46%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205729300.650.550.20350.5357.0854.31
HexCD485D041371415f3936
Octal315110135010167245377166
Binary11001101100100010111010100000111011110100101011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD485D; }

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

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

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

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

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

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

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

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