Html Css Color HEX #C15A47 Flame Pea

📋 copy color: '#C15A47'

red 193 ◦ green 90 ◦ blue 71

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

Shades of Flame Pea #C15A47

Tints of Flame Pea #C15A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 54.52%
G = 25.42%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C15A47 (or 0xC15A47) is known color: Flame Pea. HEX triplet: C1, 5A and 47. RGB value is (193,90,71). Sum of RGB (Red+Green+Blue) = 193+90+71=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A47 is #3EA5B8. Grayscale: #767676. Windows color (decimal): -4105657 or 4676289. OLE color: 4676289.

HSL color Cylindrical-coordinate representation of color #C15A47: hue angle of 9.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15A47 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 90 71 -
CMYK 0 0.53 0.63 0.24
HSL 9.34º 0.5% 0.52% -
HSV(B) 9.34º 0.63% 0.76% -
XYZ 26.79 19.1 8.24 -
YUV 118.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 193 90 71 0 0.53 0.63 0.24 9.34 0.5 0.52
Hex C1 5A 47 0 35 3F 18 9 32 34
Octal 301 132 107 0 65 77 30 11 62 64
Binary 11000001 1011010 1000111 0 110101 111111 11000 1001 110010 110100

Color Harmonies of #C15A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A47

Black with #C15A47

Text Example


Text Example

White with #C15A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A47; }

 p { color: rgb(193,90,71); }

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

background-color css

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

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

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

border-color css

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

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

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