#CD5F5B

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

Shades of Indian Red #CD5F5B

Tints of Indian Red #CD5F5B

Color information

#CD5F5B (or 0xCD5F5B) is unknown color: approx Indian Red. HEX triplet: CD, 5F and 5B. RGB value is (205,95,91). Sum of RGB (Red+Green+Blue) = 205+95+91=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5F5B is #32A0A4. Grayscale: #7F7F7F. Windows color (decimal): -3317925 or 5988301. OLE color: 5988301.

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

Color convert

RGB2059591-
CMYK00.540.560.20
HSL2.11º53.27%58.04%-
HSV(B)2.11º55.61%80.39%-
XYZ31.1621.9212.49-
YUV127.43107.44183.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=52.43%
G=24.30%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205959100.540.560.202.1153.2758.04
HexCD5F5B03638142353a
Octal315137133066702426572
Binary110011011011111101101101101101110001010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F5B; }

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

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

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

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

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

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

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

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