Html Css Color HEX #C95D5A Indian Red

📋 copy color: '#C95D5A'

red 201 ◦ green 93 ◦ blue 90

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

Shades of Indian Red #C95D5A

Tints of Indian Red #C95D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 52.34%
G = 24.22%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C95D5A (or 0xC95D5A) is known color: Indian Red. HEX triplet: C9, 5D and 5A. RGB value is (201,93,90). Sum of RGB (Red+Green+Blue) = 201+93+90=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D5A is #36A2A5. Grayscale: #7D7D7D. Windows color (decimal): -3580582 or 5922249. OLE color: 5922249.

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

Color convert

RGB 201 93 90 -
CMYK 0 0.54 0.55 0.21
HSL 1.62º 0.51% 0.57% -
HSV(B) 1.62º 0.55% 0.79% -
XYZ 29.85 20.98 12.15 -
YUV 124.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 201 93 90 0 0.54 0.55 0.21 1.62 0.51 0.57
Hex C9 5D 5A 0 36 37 15 2 33 39
Octal 311 135 132 0 66 67 25 2 63 71
Binary 11001001 1011101 1011010 0 110110 110111 10101 10 110011 111001

Color Harmonies of #C95D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D5A

Black with #C95D5A

Text Example


Text Example

White with #C95D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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