#CD5B54

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

Shades of Indian Red #CD5B54

Tints of Indian Red #CD5B54

Color information

#CD5B54 (or 0xCD5B54) is unknown color: approx Indian Red. HEX triplet: CD, 5B and 54. RGB value is (205,91,84). Sum of RGB (Red+Green+Blue) = 205+91+84=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5B54 is #32A4AB. Grayscale: #7C7C7C. Windows color (decimal): -3318956 or 5528525. OLE color: 5528525.

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

Color convert

RGB2059184-
CMYK00.560.590.20
HSL3.47º54.75%56.67%-
HSV(B)3.47º59.02%80.39%-
XYZ30.5221.110.85-
YUV124.29105.27185.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.95%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=53.95%
G=23.95%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205918400.560.590.203.4754.7556.67
HexCD5B540383B1433739
Octal315133124070732436771
Binary110011011011011101010001110001110111010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B54; }

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

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

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

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

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

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

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

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