Html Css Color HEX #C95E5B Indian Red

📋 copy color: '#C95E5B'

red 201 ◦ green 94 ◦ blue 91

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

Shades of Indian Red #C95E5B

Tints of Indian Red #C95E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 52.07%
G = 24.35%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C95E5B (or 0xC95E5B) is known color: Indian Red. HEX triplet: C9, 5E and 5B. RGB value is (201,94,91). Sum of RGB (Red+Green+Blue) = 201+94+91=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E5B is #36A1A4. Grayscale: #7D7D7D. Windows color (decimal): -3580325 or 5988041. OLE color: 5988041.

HSL color Cylindrical-coordinate representation of color #C95E5B: hue angle of 1.64º 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 #C95E5B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 91 -
CMYK 0 0.53 0.55 0.21
HSL 1.64º 0.5% 0.57% -
HSV(B) 1.64º 0.55% 0.79% -
XYZ 29.98 21.18 12.41 -
YUV 125.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 201 94 91 0 0.53 0.55 0.21 1.64 0.5 0.57
Hex C9 5E 5B 0 35 37 15 2 32 39
Octal 311 136 133 0 65 67 25 2 62 71
Binary 11001001 1011110 1011011 0 110101 110111 10101 10 110010 111001

Color Harmonies of #C95E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E5B

Black with #C95E5B

Text Example


Text Example

White with #C95E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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