#CD5855

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

Shades of Indian Red #CD5855

Tints of Indian Red #CD5855

Color information

#CD5855 (or 0xCD5855) is unknown color: approx Indian Red. HEX triplet: CD, 58 and 55. RGB value is (205,88,85). Sum of RGB (Red+Green+Blue) = 205+88+85=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5855 is #32A7AA. Grayscale: #7A7A7A. Windows color (decimal): -3319723 or 5593293. OLE color: 5593293.

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

Color convert

RGB2058885-
CMYK00.570.590.20
HSL1.5º54.55%56.86%-
HSV(B)1.5º58.54%80.39%-
XYZ30.3120.6110.98-
YUV122.64106.76186.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=54.23%
G=23.28%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205888500.570.590.201.554.5556.86
HexCD58550393B1423739
Octal315130125071732426771
Binary110011011011000101010101110011110111010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5855; }

 p { color: rgb(205,88,85); }

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

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

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

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

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

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

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