Html Css Color HEX #C56147 Flame Pea

📋 copy color: '#C56147'

red 197 ◦ green 97 ◦ blue 71

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

Shades of Flame Pea #C56147

Tints of Flame Pea #C56147

RGB

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

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

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

R = 53.97%
G = 26.58%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C56147 (or 0xC56147) is known color: Flame Pea. HEX triplet: C5, 61 and 47. RGB value is (197,97,71). Sum of RGB (Red+Green+Blue) = 197+97+71=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C56147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56147 is #3A9EB8. Grayscale: #7C7C7C. Windows color (decimal): -3841721 or 4678085. OLE color: 4678085.

HSL color Cylindrical-coordinate representation of color #C56147: hue angle of 12.38º 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 #C56147 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 71 -
CMYK 0 0.51 0.64 0.23
HSL 12.38º 0.52% 0.53% -
HSV(B) 12.38º 0.64% 0.77% -
XYZ 28.44 20.87 8.49 -
YUV 123.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 197 97 71 0 0.51 0.64 0.23 12.38 0.52 0.53
Hex C5 61 47 0 33 40 17 C 34 35
Octal 305 141 107 0 63 100 27 14 64 65
Binary 11000101 1100001 1000111 0 110011 1000000 10111 1100 110100 110101

Color Harmonies of #C56147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56147

Black with #C56147

Text Example


Text Example

White with #C56147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56147; }

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

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

background-color css

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

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

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

border-color css

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

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

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