Html Css Color HEX #C95E5E Indian Red

📋 copy color: '#C95E5E'

red 201 ◦ green 94 ◦ blue 94

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

Shades of Indian Red #C95E5E

Tints of Indian Red #C95E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 51.67%
G = 24.16%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C95E5E (or 0xC95E5E) is known color: Indian Red. HEX triplet: C9, 5E and 5E. RGB value is (201,94,94). Sum of RGB (Red+Green+Blue) = 201+94+94=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E5E is #36A1A1. Grayscale: #7E7E7E. Windows color (decimal): -3580322 or 6184649. OLE color: 6184649.

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

Color convert

RGB 201 94 94 -
CMYK 0 0.53 0.53 0.21
HSL 0.5% 0.58% -
HSV(B) 0.53% 0.79% -
XYZ 30.11 21.23 13.1 -
YUV 125.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 201 94 94 0 0.53 0.53 0.21 0 0.5 0.58
Hex C9 5E 5E 0 35 35 15 0 32 3A
Octal 311 136 136 0 65 65 25 0 62 72
Binary 11001001 1011110 1011110 0 110101 110101 10101 0 110010 111010

Color Harmonies of #C95E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E5E

Black with #C95E5E

Text Example


Text Example

White with #C95E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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