#C66463

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

Shades of Indian Red #C66463

Tints of Indian Red #C66463

Color information

#C66463 (or 0xC66463) is unknown color: approx Indian Red. HEX triplet: C6, 64 and 63. RGB value is (198,100,99). Sum of RGB (Red+Green+Blue) = 198+100+99=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C66463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66463 is #399B9C. Grayscale: #818181. Windows color (decimal): -3775389 or 6513862. OLE color: 6513862.

HSL color Cylindrical-coordinate representation of color #C66463: hue angle of 0.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66463 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19810099-
CMYK00.490.500.22
HSL0.61º46.48%58.24%-
HSV(B)0.61º50%77.65%-
XYZ30.122.0214.47-
YUV129.19110.97177.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=49.87%
G=25.19%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981009900.490.500.220.6146.4858.24
HexC66463031321612e3a
Octal306144143061622615672
Binary11000110110010011000110110001110010101101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66463; }

 p { color: rgb(198,100,99); }

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

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

 a { background-color: rgb(198,100,99); }

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

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

 span { border-color: rgb(198,100,99); }

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