#C75E5D

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

Shades of Indian Red #C75E5D

Tints of Indian Red #C75E5D

Color information

#C75E5D (or 0xC75E5D) is unknown color: approx Indian Red. HEX triplet: C7, 5E and 5D. RGB value is (199,94,93). Sum of RGB (Red+Green+Blue) = 199+94+93=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E5D is #38A1A2. Grayscale: #7D7D7D. Windows color (decimal): -3711395 or 6119111. OLE color: 6119111.

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

Color convert

RGB1999493-
CMYK00.530.530.22
HSL0.57º48.62%57.25%-
HSV(B)0.57º53.27%78.04%-
XYZ29.5320.9412.84-
YUV125.28109.79180.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=51.55%
G=24.35%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199949300.530.530.220.5748.6257.25
HexC75E5D035351613139
Octal307136135065652616171
Binary11000111101111010111010110101110101101101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75E5D; }

 p { color: rgb(199,94,93); }

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

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

 a { background-color: rgb(199,94,93); }

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

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

 span { border-color: rgb(199,94,93); }

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