#CE5855

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

Shades of Indian Red #CE5855

Tints of Indian Red #CE5855

Color information

#CE5855 (or 0xCE5855) is unknown color: approx Indian Red. HEX triplet: CE, 58 and 55. RGB value is (206,88,85). Sum of RGB (Red+Green+Blue) = 206+88+85=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5855 is #31A7AA. Grayscale: #7B7B7B. Windows color (decimal): -3254187 or 5593294. OLE color: 5593294.

HSL color Cylindrical-coordinate representation of color #CE5855: hue angle of 1.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5855 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2068885-
CMYK00.570.590.19
HSL1.49º55.25%57.06%-
HSV(B)1.49º58.74%80.78%-
XYZ30.5820.7610.99-
YUV122.94106.59187.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.35%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=54.35%
G=23.22%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206888500.570.590.191.4955.2557.06
HexCE58550393B1313739
Octal316130125071732316771
Binary11001110101100010101010111001111011100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5855; }

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

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

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

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

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

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

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

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