Html Css Color HEX #C56249 Flame Pea

📋 copy color: '#C56249'

red 197 ◦ green 98 ◦ blue 73

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

Shades of Flame Pea #C56249

Tints of Flame Pea #C56249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

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

R = 53.53%
G = 26.63%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56249 (or 0xC56249) is known color: Flame Pea. HEX triplet: C5, 62 and 49. RGB value is (197,98,73). Sum of RGB (Red+Green+Blue) = 197+98+73=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C56249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56249 is #3A9DB6. Grayscale: #7C7C7C. Windows color (decimal): -3841463 or 4809413. OLE color: 4809413.

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

Color convert

RGB 197 98 73 -
CMYK 0 0.50 0.63 0.23
HSL 12.1º 0.52% 0.53% -
HSV(B) 12.1º 0.63% 0.77% -
XYZ 28.6 21.09 8.87 -
YUV 124.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 197 98 73 0 0.50 0.63 0.23 12.1 0.52 0.53
Hex C5 62 49 0 32 3F 17 C 34 35
Octal 305 142 111 0 62 77 27 14 64 65
Binary 11000101 1100010 1001001 0 110010 111111 10111 1100 110100 110101

Color Harmonies of #C56249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56249

Black with #C56249

Text Example


Text Example

White with #C56249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56249; }

 p { color: rgb(197,98,73); }

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

background-color css

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

 a { background-color: rgb(197,98,73); }

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

border-color css

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

 span { border-color: rgb(197,98,73); }

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