Html Css Color HEX #C16543 Flame Pea

📋 copy color: '#C16543'

red 193 ◦ green 101 ◦ blue 67

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

Shades of Flame Pea #C16543

Tints of Flame Pea #C16543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 53.46%
G = 27.98%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C16543 (or 0xC16543) is known color: Flame Pea. HEX triplet: C1, 65 and 43. RGB value is (193,101,67). Sum of RGB (Red+Green+Blue) = 193+101+67=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16543 is #3E9ABC. Grayscale: #7C7C7C. Windows color (decimal): -4102845 or 4416961. OLE color: 4416961.

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

Color convert

RGB 193 101 67 -
CMYK 0 0.48 0.65 0.24
HSL 16.19º 0.5% 0.51% -
HSV(B) 16.19º 0.65% 0.76% -
XYZ 27.66 21.05 7.92 -
YUV 124.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 193 101 67 0 0.48 0.65 0.24 16.19 0.5 0.51
Hex C1 65 43 0 30 41 18 10 32 33
Octal 301 145 103 0 60 101 30 20 62 63
Binary 11000001 1100101 1000011 0 110000 1000001 11000 10000 110010 110011

Color Harmonies of #C16543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16543

Black with #C16543

Text Example


Text Example

White with #C16543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16543; }

 p { color: rgb(193,101,67); }

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

background-color css

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

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

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

border-color css

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

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

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