Html Css Color HEX #C56449 Flame Pea

📋 copy color: '#C56449'

red 197 ◦ green 100 ◦ blue 73

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

Shades of Flame Pea #C56449

Tints of Flame Pea #C56449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

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

R = 53.24%
G = 27.03%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56449 (or 0xC56449) is known color: Flame Pea. HEX triplet: C5, 64 and 49. RGB value is (197,100,73). Sum of RGB (Red+Green+Blue) = 197+100+73=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C56449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56449 is #3A9BB6. Grayscale: #7E7E7E. Windows color (decimal): -3840951 or 4809925. OLE color: 4809925.

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

Color convert

RGB 197 100 73 -
CMYK 0 0.49 0.63 0.23
HSL 13.06º 0.52% 0.53% -
HSV(B) 13.06º 0.63% 0.77% -
XYZ 28.79 21.47 8.93 -
YUV 125.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 197 100 73 0 0.49 0.63 0.23 13.06 0.52 0.53
Hex C5 64 49 0 31 3F 17 D 34 35
Octal 305 144 111 0 61 77 27 15 64 65
Binary 11000101 1100100 1001001 0 110001 111111 10111 1101 110100 110101

Color Harmonies of #C56449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56449

Black with #C56449

Text Example


Text Example

White with #C56449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56449; }

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

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

background-color css

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

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

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

border-color css

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

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

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