#CE6660

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

Shades of Indian Red #CE6660

Tints of Indian Red #CE6660

Color information

#CE6660 (or 0xCE6660) is unknown color: approx Indian Red. HEX triplet: CE, 66 and 60. RGB value is (206,102,96). Sum of RGB (Red+Green+Blue) = 206+102+96=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6660 is #31999F. Grayscale: #848484. Windows color (decimal): -3250592 or 6317774. OLE color: 6317774.

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

Color convert

RGB20610296-
CMYK00.500.530.19
HSL3.27º52.88%59.22%-
HSV(B)3.27º53.4%80.78%-
XYZ32.3223.4713.89-
YUV132.41107.46180.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=50.99%
G=25.25%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061029600.500.530.193.2752.8859.22
HexCE666003235133353b
Octal316146140062652336573
Binary110011101100110110000001100101101011001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6660; }

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

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

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

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

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

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

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

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