#C85E5E

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

Shades of Indian Red #C85E5E

Tints of Indian Red #C85E5E

Color information

#C85E5E (or 0xC85E5E) is unknown color: approx Indian Red. HEX triplet: C8, 5E and 5E. RGB value is (200,94,94). Sum of RGB (Red+Green+Blue) = 200+94+94=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E5E is #37A1A1. Grayscale: #7D7D7D. Windows color (decimal): -3645858 or 6184648. OLE color: 6184648.

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

Color convert

RGB2009494-
CMYK00.530.530.22
HSL49.07%57.65%-
HSV(B)53%78.43%-
XYZ29.8421.0913.09-
YUV125.69110.12181-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=51.55%
G=24.23%
B=24.23%

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
Decimal200949400.530.530.22049.0757.65
HexC85E5E03535160313a
Octal310136136065652606172
Binary11001000101111010111100110101110101101100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E5E; }

 p { color: rgb(200,94,94); }

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

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

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

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

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

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

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