#CD4A5E

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

Shades of Mandy #CD4A5E

Tints of Mandy #CD4A5E

Color information

#CD4A5E (or 0xCD4A5E) is unknown color: approx Mandy. HEX triplet: CD, 4A and 5E. RGB value is (205,74,94). Sum of RGB (Red+Green+Blue) = 205+74+94=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A5E is #32B5A1. Grayscale: #737373. Windows color (decimal): -3323298 or 6179533. OLE color: 6179533.

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

Color convert

RGB2057494-
CMYK00.640.540.20
HSL350.84º56.71%54.71%-
HSV(B)350.84º63.9%80.39%-
XYZ29.6518.6812.63-
YUV115.45115.9191.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=54.96%
G=19.84%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205749400.640.540.20350.8456.7154.71
HexCD4A5E040361415f3937
Octal315112136010066245377167
Binary11001101100101010111100100000011011010100101011111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4A5E; }

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

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

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

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

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

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

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

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