Html Css Color HEX #C15F5F Indian Red

📋 copy color: '#C15F5F'

red 193 ◦ green 95 ◦ blue 95

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

Shades of Indian Red #C15F5F

Tints of Indian Red #C15F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 50.39%
G = 24.8%
B = 24.8%

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

#C15F5F (or 0xC15F5F) is known color: Indian Red. HEX triplet: C1, 5F and 5F. RGB value is (193,95,95). Sum of RGB (Red+Green+Blue) = 193+95+95=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F5F is #3EA0A0. Grayscale: #7C7C7C. Windows color (decimal): -4104353 or 6250433. OLE color: 6250433.

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

Color convert

RGB 193 95 95 -
CMYK 0 0.51 0.51 0.24
HSL 0.44% 0.56% -
HSV(B) 0.51% 0.76% -
XYZ 28.15 20.35 13.27 -
YUV 124.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 193 95 95 0 0.51 0.51 0.24 0 0.44 0.56
Hex C1 5F 5F 0 33 33 18 0 2C 38
Octal 301 137 137 0 63 63 30 0 54 70
Binary 11000001 1011111 1011111 0 110011 110011 11000 0 101100 111000

Color Harmonies of #C15F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F5F

Black with #C15F5F

Text Example


Text Example

White with #C15F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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