#CD5D5C

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

Shades of Indian Red #CD5D5C

Tints of Indian Red #CD5D5C

Color information

#CD5D5C (or 0xCD5D5C) is unknown color: approx Indian Red. HEX triplet: CD, 5D and 5C. RGB value is (205,93,92). Sum of RGB (Red+Green+Blue) = 205+93+92=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D5C is #32A2A3. Grayscale: #7E7E7E. Windows color (decimal): -3318436 or 6053325. OLE color: 6053325.

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

Color convert

RGB2059392-
CMYK00.550.550.20
HSL0.53º53.05%58.24%-
HSV(B)0.53º55.12%80.39%-
XYZ31.0221.5812.66-
YUV126.37108.61184.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=52.56%
G=23.85%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205939200.550.550.200.5353.0558.24
HexCD5D5C03737141353a
Octal315135134067672416572
Binary11001101101110110111000110111110111101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D5C; }

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

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

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

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

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

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

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

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