#CD475C

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

Shades of Mandy #CD475C

Tints of Mandy #CD475C

Color information

#CD475C (or 0xCD475C) is unknown color: approx Mandy. HEX triplet: CD, 47 and 5C. RGB value is (205,71,92). Sum of RGB (Red+Green+Blue) = 205+71+92=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD475C is #32B8A3. Grayscale: #717171. Windows color (decimal): -3324068 or 6047693. OLE color: 6047693.

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

Color convert

RGB2057192-
CMYK00.650.550.20
HSL350.6º57.26%54.12%-
HSV(B)350.6º65.37%80.39%-
XYZ29.3618.2612.1-
YUV113.46115.89193.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.71%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 92 (36.33% from 255) = 25%
R=55.71%
G=19.29%
B=25%

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
Decimal205719200.650.550.20350.657.2654.12
HexCD475C041371415f3936
Octal315107134010167245377166
Binary11001101100011110111000100000111011110100101011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD475C; }

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

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

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

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

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

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

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

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