#CD5C5C

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

Shades of IndianRed #CD5C5C

Tints of IndianRed #CD5C5C

Color information

#CD5C5C (or 0xCD5C5C) is known color: IndianRed. HEX triplet: CD, 5C and 5C. RGB value is (205,92,92). Sum of RGB (Red+Green+Blue) = 205+92+92=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C5C is #32A3A3. Grayscale: #7D7D7D. Windows color (decimal): -3318692 or 6053069. OLE color: 6053069.

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

Color convert

RGB2059292-
CMYK00.550.550.20
HSL53.05%58.24%-
HSV(B)55.12%80.39%-
XYZ30.9421.4112.63-
YUV125.79108.94184.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=52.70%
G=23.65%
B=23.65%

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
Decimal205929200.550.550.20053.0558.24
HexCD5C5C03737140353a
Octal315134134067672406572
Binary11001101101110010111000110111110111101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C5C; }

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

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

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

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

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

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

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

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