Html Css Color HEX #C15E5E Indian Red

📋 copy color: '#C15E5E'

red 193 ◦ green 94 ◦ blue 94

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

Shades of Indian Red #C15E5E

Tints of Indian Red #C15E5E

RGB

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

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

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

R = 50.66%
G = 24.67%
B = 24.67%

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

#C15E5E (or 0xC15E5E) is known color: Indian Red. HEX triplet: C1, 5E and 5E. RGB value is (193,94,94). Sum of RGB (Red+Green+Blue) = 193+94+94=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E5E is #3EA1A1. Grayscale: #7B7B7B. Windows color (decimal): -4104610 or 6184641. OLE color: 6184641.

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

Color convert

RGB 193 94 94 -
CMYK 0 0.51 0.51 0.24
HSL 0.44% 0.56% -
HSV(B) 0.51% 0.76% -
XYZ 28.02 20.15 13 -
YUV 123.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 193 94 94 0 0.51 0.51 0.24 0 0.44 0.56
Hex C1 5E 5E 0 33 33 18 0 2C 38
Octal 301 136 136 0 63 63 30 0 54 70
Binary 11000001 1011110 1011110 0 110011 110011 11000 0 101100 111000

Color Harmonies of #C15E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E5E

Black with #C15E5E

Text Example


Text Example

White with #C15E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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