#CE645E

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

Shades of Indian Red #CE645E

Tints of Indian Red #CE645E

Color information

#CE645E (or 0xCE645E) is unknown color: approx Indian Red. HEX triplet: CE, 64 and 5E. RGB value is (206,100,94). Sum of RGB (Red+Green+Blue) = 206+100+94=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE645E is #319BA1. Grayscale: #838383. Windows color (decimal): -3251106 or 6186190. OLE color: 6186190.

HSL color Cylindrical-coordinate representation of color #CE645E: hue angle of 3.21º 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 #CE645E is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20610094-
CMYK00.510.540.19
HSL3.21º53.33%58.82%-
HSV(B)3.21º54.37%80.78%-
XYZ32.0323.0413.35-
YUV131.01107.12181.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=51.5%
G=25%
B=23.5%

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
Decimal2061009400.510.540.193.2153.3358.82
HexCE645E03336133353b
Octal316144136063662336573
Binary110011101100100101111001100111101101001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE645E; }

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

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

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

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

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

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

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

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