#CD5957

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

Shades of Indian Red #CD5957

Tints of Indian Red #CD5957

Color information

#CD5957 (or 0xCD5957) is unknown color: approx Indian Red. HEX triplet: CD, 59 and 57. RGB value is (205,89,87). Sum of RGB (Red+Green+Blue) = 205+89+87=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5957 is #32A6A8. Grayscale: #7B7B7B. Windows color (decimal): -3319465 or 5724621. OLE color: 5724621.

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

Color convert

RGB2058987-
CMYK00.570.580.20
HSL1.02º54.13%57.25%-
HSV(B)1.02º57.56%80.39%-
XYZ30.4720.8111.43-
YUV123.46107.43186.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=53.81%
G=23.36%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205898700.570.580.201.0254.1357.25
HexCD59570393A1413639
Octal315131127071722416671
Binary11001101101100110101110111001111010101001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5957; }

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

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

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

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

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

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

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

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