#CE6461

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

Shades of Indian Red #CE6461

Tints of Indian Red #CE6461

Color information

#CE6461 (or 0xCE6461) is unknown color: approx Indian Red. HEX triplet: CE, 64 and 61. RGB value is (206,100,97). Sum of RGB (Red+Green+Blue) = 206+100+97=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6461 is #319B9E. Grayscale: #838383. Windows color (decimal): -3251103 or 6382798. OLE color: 6382798.

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

Color convert

RGB20610097-
CMYK00.510.530.19
HSL1.65º52.66%59.41%-
HSV(B)1.65º52.91%80.78%-
XYZ32.1723.114.07-
YUV131.35108.62181.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.12%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=51.12%
G=24.81%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061009700.510.530.191.6552.6659.41
HexCE646103335132353b
Octal316144141063652326573
Binary110011101100100110000101100111101011001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6461; }

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

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

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

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

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

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

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

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