#C95D5B

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

Shades of Indian Red #C95D5B

Tints of Indian Red #C95D5B

Color information

#C95D5B (or 0xC95D5B) is unknown color: approx Indian Red. HEX triplet: C9, 5D and 5B. RGB value is (201,93,91). Sum of RGB (Red+Green+Blue) = 201+93+91=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D5B is #36A2A4. Grayscale: #7D7D7D. Windows color (decimal): -3580581 or 5987785. OLE color: 5987785.

HSL color Cylindrical-coordinate representation of color #C95D5B: hue angle of 1.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95D5B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2019391-
CMYK00.540.550.21
HSL1.09º50.46%57.25%-
HSV(B)1.09º54.73%78.82%-
XYZ29.892112.38-
YUV125.06108.78182.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=52.21%
G=24.16%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201939100.540.550.211.0950.4657.25
HexC95D5B036371513239
Octal311135133066672516271
Binary11001001101110110110110110110110111101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D5B; }

 p { color: rgb(201,93,91); }

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

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

 a { background-color: rgb(201,93,91); }

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

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

 span { border-color: rgb(201,93,91); }

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