Html Css Color HEX #C16149 Flame Pea

📋 copy color: '#C16149'

red 193 ◦ green 97 ◦ blue 73

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

Shades of Flame Pea #C16149

Tints of Flame Pea #C16149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 53.17%
G = 26.72%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C16149 (or 0xC16149) is known color: Flame Pea. HEX triplet: C1, 61 and 49. RGB value is (193,97,73). Sum of RGB (Red+Green+Blue) = 193+97+73=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16149 is #3E9EB6. Grayscale: #7B7B7B. Windows color (decimal): -4103863 or 4809153. OLE color: 4809153.

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

Color convert

RGB 193 97 73 -
CMYK 0 0.50 0.62 0.24
HSL 12º 0.49% 0.52% -
HSV(B) 12º 0.62% 0.76% -
XYZ 27.47 20.37 8.79 -
YUV 122.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 193 97 73 0 0.50 0.62 0.24 12 0.49 0.52
Hex C1 61 49 0 32 3E 18 C 31 34
Octal 301 141 111 0 62 76 30 14 61 64
Binary 11000001 1100001 1001001 0 110010 111110 11000 1100 110001 110100

Color Harmonies of #C16149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16149

Black with #C16149

Text Example


Text Example

White with #C16149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16149; }

 p { color: rgb(193,97,73); }

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

background-color css

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

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

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

border-color css

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

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

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