#C65D5C

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

Shades of Indian Red #C65D5C

Tints of Indian Red #C65D5C

Color information

#C65D5C (or 0xC65D5C) is unknown color: approx Indian Red. HEX triplet: C6, 5D and 5C. RGB value is (198,93,92). Sum of RGB (Red+Green+Blue) = 198+93+92=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D5C is #39A2A3. Grayscale: #7C7C7C. Windows color (decimal): -3777188 or 6053318. OLE color: 6053318.

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

Color convert

RGB1989392-
CMYK00.530.540.22
HSL0.57º48.18%56.86%-
HSV(B)0.57º53.54%77.65%-
XYZ29.1320.6112.57-
YUV124.28109.79180.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=51.70%
G=24.28%
B=24.02%

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
Decimal198939200.530.540.220.5748.1856.86
HexC65D5C035361613039
Octal306135134065662616071
Binary11000110101110110111000110101110110101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D5C; }

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

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

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

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

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

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

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

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