Html Css Color HEX #C95A58 Indian Red

📋 copy color: '#C95A58'

red 201 ◦ green 90 ◦ blue 88

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

Shades of Indian Red #C95A58

Tints of Indian Red #C95A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 53.03%
G = 23.75%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C95A58 (or 0xC95A58) is known color: Indian Red. HEX triplet: C9, 5A and 58. RGB value is (201,90,88). Sum of RGB (Red+Green+Blue) = 201+90+88=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A58 is #36A5A7. Grayscale: #7B7B7B. Windows color (decimal): -3581352 or 5790409. OLE color: 5790409.

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

Color convert

RGB 201 90 88 -
CMYK 0 0.55 0.56 0.21
HSL 1.06º 0.51% 0.57% -
HSV(B) 1.06º 0.56% 0.79% -
XYZ 29.51 20.43 11.62 -
YUV 122.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 201 90 88 0 0.55 0.56 0.21 1.06 0.51 0.57
Hex C9 5A 58 0 37 38 15 1 33 39
Octal 311 132 130 0 67 70 25 1 63 71
Binary 11001001 1011010 1011000 0 110111 111000 10101 1 110011 111001

Color Harmonies of #C95A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A58

Black with #C95A58

Text Example


Text Example

White with #C95A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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