Html Css Color HEX #C15F5E Indian Red

📋 copy color: '#C15F5E'

red 193 ◦ green 95 ◦ blue 94

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

Shades of Indian Red #C15F5E

Tints of Indian Red #C15F5E

RGB

 RED value IS 193 (75.78% from 255) = 50.52%

 GREEN value IS 95 (37.5% from 255) = 24.87%

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

R = 50.52%
G = 24.87%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C15F5E (or 0xC15F5E) is known color: Indian Red. HEX triplet: C1, 5F and 5E. RGB value is (193,95,94). Sum of RGB (Red+Green+Blue) = 193+95+94=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F5E is #3EA0A1. Grayscale: #7C7C7C. Windows color (decimal): -4104354 or 6184897. OLE color: 6184897.

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

Color convert

RGB 193 95 94 -
CMYK 0 0.51 0.51 0.24
HSL 0.61º 0.44% 0.56% -
HSV(B) 0.61º 0.51% 0.76% -
XYZ 28.1 20.33 13.03 -
YUV 124.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 193 95 94 0 0.51 0.51 0.24 0.61 0.44 0.56
Hex C1 5F 5E 0 33 33 18 1 2C 38
Octal 301 137 136 0 63 63 30 1 54 70
Binary 11000001 1011111 1011110 0 110011 110011 11000 1 101100 111000

Color Harmonies of #C15F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F5E

Black with #C15F5E

Text Example


Text Example

White with #C15F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F5E; }

 p { color: rgb(193,95,94); }

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

background-color css

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

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

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

border-color css

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

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

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