#C65E5C

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

Shades of Indian Red #C65E5C

Tints of Indian Red #C65E5C

Color information

#C65E5C (or 0xC65E5C) is unknown color: approx Indian Red. HEX triplet: C6, 5E and 5C. RGB value is (198,94,92). Sum of RGB (Red+Green+Blue) = 198+94+92=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E5C is #39A1A3. Grayscale: #7C7C7C. Windows color (decimal): -3776932 or 6053574. OLE color: 6053574.

HSL color Cylindrical-coordinate representation of color #C65E5C: hue angle of 1.13º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65E5C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1989492-
CMYK00.530.540.22
HSL1.13º48.18%56.86%-
HSV(B)1.13º53.54%77.65%-
XYZ29.2220.7812.6-
YUV124.87109.46180.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=51.56%
G=24.48%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198949200.530.540.221.1348.1856.86
HexC65E5C035361613039
Octal306136134065662616071
Binary11000110101111010111000110101110110101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65E5C; }

 p { color: rgb(198,94,92); }

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

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

 a { background-color: rgb(198,94,92); }

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

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

 span { border-color: rgb(198,94,92); }

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