Html Css Color HEX #C56347 Flame Pea

📋 copy color: '#C56347'

red 197 ◦ green 99 ◦ blue 71

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

Shades of Flame Pea #C56347

Tints of Flame Pea #C56347

RGB

 RED value IS 197 (77.34% from 255) = 53.68%

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 53.68%
G = 26.98%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C56347 (or 0xC56347) is known color: Flame Pea. HEX triplet: C5, 63 and 47. RGB value is (197,99,71). Sum of RGB (Red+Green+Blue) = 197+99+71=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C56347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56347 is #3A9CB8. Grayscale: #7D7D7D. Windows color (decimal): -3841209 or 4678597. OLE color: 4678597.

HSL color Cylindrical-coordinate representation of color #C56347: hue angle of 13.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C56347 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 71 -
CMYK 0 0.50 0.64 0.23
HSL 13.33º 0.52% 0.53% -
HSV(B) 13.33º 0.64% 0.77% -
XYZ 28.63 21.25 8.55 -
YUV 125.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 197 99 71 0 0.50 0.64 0.23 13.33 0.52 0.53
Hex C5 63 47 0 32 40 17 D 34 35
Octal 305 143 107 0 62 100 27 15 64 65
Binary 11000101 1100011 1000111 0 110010 1000000 10111 1101 110100 110101

Color Harmonies of #C56347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56347

Black with #C56347

Text Example


Text Example

White with #C56347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56347; }

 p { color: rgb(197,99,71); }

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

background-color css

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

 a { background-color: rgb(197,99,71); }

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

border-color css

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

 span { border-color: rgb(197,99,71); }

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