#CE655F

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

Shades of Indian Red #CE655F

Tints of Indian Red #CE655F

Color information

#CE655F (or 0xCE655F) is unknown color: approx Indian Red. HEX triplet: CE, 65 and 5F. RGB value is (206,101,95). Sum of RGB (Red+Green+Blue) = 206+101+95=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE655F is #319AA0. Grayscale: #838383. Windows color (decimal): -3250849 or 6251982. OLE color: 6251982.

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

Color convert

RGB20610195-
CMYK00.510.540.19
HSL3.24º53.11%59.02%-
HSV(B)3.24º53.88%80.78%-
XYZ32.1723.2613.62-
YUV131.71107.29180.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.24%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=51.24%
G=25.12%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061019500.510.540.193.2453.1159.02
HexCE655F03336133353b
Octal316145137063662336573
Binary110011101100101101111101100111101101001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE655F; }

 p { color: rgb(206,101,95); }

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

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

 a { background-color: rgb(206,101,95); }

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

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

 span { border-color: rgb(206,101,95); }

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