#CD3F5D

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

Shades of Mandy #CD3F5D

Tints of Mandy #CD3F5D

Color information

#CD3F5D (or 0xCD3F5D) is unknown color: approx Mandy. HEX triplet: CD, 3F and 5D. RGB value is (205,63,93). Sum of RGB (Red+Green+Blue) = 205+63+93=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F5D is #32C0A2. Grayscale: #6C6C6C. Windows color (decimal): -3326115 or 6111181. OLE color: 6111181.

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

Color convert

RGB2056393-
CMYK00.690.550.20
HSL347.32º58.68%52.55%-
HSV(B)347.32º69.27%80.39%-
XYZ28.9317.3212.18-
YUV108.88119.04196.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.79%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=56.79%
G=17.45%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205639300.690.550.20347.3258.6852.55
HexCD3F5D045371415b3b35
Octal31577135010567245337365
Binary1100110111111110111010100010111011110100101011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3F5D; }

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

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

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

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

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

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

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

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