#CD5755

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

Shades of Indian Red #CD5755

Tints of Indian Red #CD5755

Color information

#CD5755 (or 0xCD5755) is unknown color: approx Indian Red. HEX triplet: CD, 57 and 55. RGB value is (205,87,85). Sum of RGB (Red+Green+Blue) = 205+87+85=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5755 is #32A8AA. Grayscale: #7A7A7A. Windows color (decimal): -3319979 or 5593037. OLE color: 5593037.

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

Color convert

RGB2058785-
CMYK00.580.590.20
HSL54.55%56.86%-
HSV(B)58.54%80.39%-
XYZ30.2220.4510.95-
YUV122.05107.09187.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=54.38%
G=23.08%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205878500.580.590.20154.5556.86
HexCD575503A3B1413739
Octal315127125072732416771
Binary11001101101011110101010111010111011101001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5755; }

 p { color: rgb(205,87,85); }

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

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

 a { background-color: rgb(205,87,85); }

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

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

 span { border-color: rgb(205,87,85); }

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