Html Css Color HEX #C95E5D Indian Red

📋 copy color: '#C95E5D'

red 201 ◦ green 94 ◦ blue 93

#C95E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #C95E5D

Tints of Indian Red #C95E5D

RGB

 RED value IS 201 (78.91% from 255) = 51.8%

 GREEN value IS 94 (37.11% from 255) = 24.23%

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 51.8%
G = 24.23%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C95E5D (or 0xC95E5D) is known color: Indian Red. HEX triplet: C9, 5E and 5D. RGB value is (201,94,93). Sum of RGB (Red+Green+Blue) = 201+94+93=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E5D is #36A1A2. Grayscale: #7D7D7D. Windows color (decimal): -3580323 or 6119113. OLE color: 6119113.

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

Color convert

RGB 201 94 93 -
CMYK 0 0.53 0.54 0.21
HSL 0.56º 0.5% 0.58% -
HSV(B) 0.56º 0.54% 0.79% -
XYZ 30.07 21.21 12.87 -
YUV 125.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 201 94 93 0 0.53 0.54 0.21 0.56 0.5 0.58
Hex C9 5E 5D 0 35 36 15 1 32 3A
Octal 311 136 135 0 65 66 25 1 62 72
Binary 11001001 1011110 1011101 0 110101 110110 10101 1 110010 111010

Color Harmonies of #C95E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E5D

Black with #C95E5D

Text Example


Text Example

White with #C95E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E5D; }

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

 H1.HeaderClassName
 {
   color: #C95E5D;
 }
 .AnyTagClassName
 {
   color: #C95E5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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