#CE5E5C

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

Shades of Indian Red #CE5E5C

Tints of Indian Red #CE5E5C

Color information

#CE5E5C (or 0xCE5E5C) is unknown color: approx Indian Red. HEX triplet: CE, 5E and 5C. RGB value is (206,94,92). Sum of RGB (Red+Green+Blue) = 206+94+92=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E5C is #31A1A3. Grayscale: #7F7F7F. Windows color (decimal): -3252644 or 6053582. OLE color: 6053582.

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

Color convert

RGB2069492-
CMYK00.540.550.19
HSL1.05º53.77%58.43%-
HSV(B)1.05º55.34%80.78%-
XYZ31.3921.912.7-
YUV127.26108.11184.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=52.55%
G=23.98%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206949200.540.550.191.0553.7758.43
HexCE5E5C03637131363a
Octal316136134066672316672
Binary11001110101111010111000110110110111100111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E5C; }

 p { color: rgb(206,94,92); }

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

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

 a { background-color: rgb(206,94,92); }

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

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

 span { border-color: rgb(206,94,92); }

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