#CD5D65

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

Shades of Mandy #CD5D65

Tints of Mandy #CD5D65

Color information

#CD5D65 (or 0xCD5D65) is unknown color: approx Mandy. HEX triplet: CD, 5D and 65. RGB value is (205,93,101). Sum of RGB (Red+Green+Blue) = 205+93+101=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D65 is #32A29A. Grayscale: #7F7F7F. Windows color (decimal): -3318427 or 6643149. OLE color: 6643149.

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

Color convert

RGB20593101-
CMYK00.550.510.20
HSL355.71º52.83%58.43%-
HSV(B)355.71º54.63%80.39%-
XYZ31.4421.7514.85-
YUV127.4113.11183.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.38%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=51.38%
G=23.31%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059310100.550.510.20355.7152.8358.43
HexCD5D650373314164353a
Octal31513514506763245446572
Binary1100110110111011100101011011111001110100101100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D65; }

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

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

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

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

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

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

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

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