#CD5C5F

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

Shades of Mandy #CD5C5F

Tints of Mandy #CD5C5F

Color information

#CD5C5F (or 0xCD5C5F) is unknown color: approx Mandy. HEX triplet: CD, 5C and 5F. RGB value is (205,92,95). Sum of RGB (Red+Green+Blue) = 205+92+95=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C5F is #32A3A0. Grayscale: #7E7E7E. Windows color (decimal): -3318689 or 6249677. OLE color: 6249677.

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

Color convert

RGB2059295-
CMYK00.550.540.20
HSL358.41º53.05%58.24%-
HSV(B)358.41º55.12%80.39%-
XYZ31.0721.4613.33-
YUV126.13110.44184.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=52.30%
G=23.47%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205929500.550.540.20358.4153.0558.24
HexCD5C5F0373614166353a
Octal31513413706766245466572
Binary1100110110111001011111011011111011010100101100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C5F; }

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

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

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

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

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

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

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

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