#CD5F62

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

Shades of Mandy #CD5F62

Tints of Mandy #CD5F62

Color information

#CD5F62 (or 0xCD5F62) is unknown color: approx Mandy. HEX triplet: CD, 5F and 62. RGB value is (205,95,98). Sum of RGB (Red+Green+Blue) = 205+95+98=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5F62 is #32A09D. Grayscale: #808080. Windows color (decimal): -3317918 or 6447053. OLE color: 6447053.

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

Color convert

RGB2059598-
CMYK00.540.520.20
HSL358.36º52.38%58.82%-
HSV(B)358.36º53.66%80.39%-
XYZ31.4722.0514.15-
YUV128.23110.94182.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=51.51%
G=23.87%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205959800.540.520.20358.3652.3858.82
HexCD5F620363414166343b
Octal31513714206664245466473
Binary1100110110111111100010011011011010010100101100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F62; }

 p { color: rgb(205,95,98); }

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

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

 a { background-color: rgb(205,95,98); }

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

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

 span { border-color: rgb(205,95,98); }

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