#C4605F

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

Shades of Indian Red #C4605F

Tints of Indian Red #C4605F

Color information

#C4605F (or 0xC4605F) is unknown color: approx Indian Red. HEX triplet: C4, 60 and 5F. RGB value is (196,96,95). Sum of RGB (Red+Green+Blue) = 196+96+95=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4605F is #3B9FA0. Grayscale: #7D7D7D. Windows color (decimal): -3907489 or 6250692. OLE color: 6250692.

HSL color Cylindrical-coordinate representation of color #C4605F: hue angle of 0.59º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4605F is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB1969695-
CMYK00.510.520.23
HSL0.59º46.12%57.06%-
HSV(B)0.59º51.53%76.86%-
XYZ29.0120.9313.34-
YUV125.79110.63178.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=50.65%
G=24.81%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196969500.510.520.230.5946.1257.06
HexC4605F033341712e39
Octal304140137063642715671
Binary11000100110000010111110110011110100101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4605F; }

 p { color: rgb(196,96,95); }

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

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

 a { background-color: rgb(196,96,95); }

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

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

 span { border-color: rgb(196,96,95); }

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