Html Css Color HEX #C56148 Flame Pea

📋 copy color: '#C56148'

red 197 ◦ green 97 ◦ blue 72

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

Shades of Flame Pea #C56148

Tints of Flame Pea #C56148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 53.83%
G = 26.5%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56148 (or 0xC56148) is known color: Flame Pea. HEX triplet: C5, 61 and 48. RGB value is (197,97,72). Sum of RGB (Red+Green+Blue) = 197+97+72=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C56148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56148 is #3A9EB7. Grayscale: #7C7C7C. Windows color (decimal): -3841720 or 4743621. OLE color: 4743621.

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

Color convert

RGB 197 97 72 -
CMYK 0 0.51 0.63 0.23
HSL 12º 0.52% 0.53% -
HSV(B) 12º 0.63% 0.77% -
XYZ 28.47 20.89 8.66 -
YUV 124.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 197 97 72 0 0.51 0.63 0.23 12 0.52 0.53
Hex C5 61 48 0 33 3F 17 C 34 35
Octal 305 141 110 0 63 77 27 14 64 65
Binary 11000101 1100001 1001000 0 110011 111111 10111 1100 110100 110101

Color Harmonies of #C56148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56148

Black with #C56148

Text Example


Text Example

White with #C56148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56148; }

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

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

background-color css

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

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

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

border-color css

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

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

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