#CE605A

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

Shades of Indian Red #CE605A

Tints of Indian Red #CE605A

Color information

#CE605A (or 0xCE605A) is unknown color: approx Indian Red. HEX triplet: CE, 60 and 5A. RGB value is (206,96,90). Sum of RGB (Red+Green+Blue) = 206+96+90=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE605A is #319FA5. Grayscale: #808080. Windows color (decimal): -3252134 or 5923022. OLE color: 5923022.

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

Color convert

RGB2069690-
CMYK00.530.560.19
HSL3.1º54.21%58.04%-
HSV(B)3.1º56.31%80.78%-
XYZ31.4822.2312.3-
YUV128.21106.44183.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=52.55%
G=24.49%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206969000.530.560.193.154.2158.04
HexCE605A03538133363a
Octal316140132065702336672
Binary110011101100000101101001101011110001001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE605A; }

 p { color: rgb(206,96,90); }

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

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

 a { background-color: rgb(206,96,90); }

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

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

 span { border-color: rgb(206,96,90); }

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