Html Css Color HEX #C95958 Indian Red

📋 copy color: '#C95958'

red 201 ◦ green 89 ◦ blue 88

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

Shades of Indian Red #C95958

Tints of Indian Red #C95958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 53.17%
G = 23.54%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C95958 (or 0xC95958) is known color: Indian Red. HEX triplet: C9, 59 and 58. RGB value is (201,89,88). Sum of RGB (Red+Green+Blue) = 201+89+88=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C95958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95958 is #36A6A7. Grayscale: #7A7A7A. Windows color (decimal): -3581608 or 5790153. OLE color: 5790153.

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

Color convert

RGB 201 89 88 -
CMYK 0 0.56 0.56 0.21
HSL 0.53º 0.51% 0.57% -
HSV(B) 0.53º 0.56% 0.79% -
XYZ 29.42 20.27 11.59 -
YUV 122.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 201 89 88 0 0.56 0.56 0.21 0.53 0.51 0.57
Hex C9 59 58 0 38 38 15 1 33 39
Octal 311 131 130 0 70 70 25 1 63 71
Binary 11001001 1011001 1011000 0 111000 111000 10101 1 110011 111001

Color Harmonies of #C95958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95958

Black with #C95958

Text Example


Text Example

White with #C95958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95958; }

 p { color: rgb(201,89,88); }

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

background-color css

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

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

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

border-color css

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

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

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