#C56148

Color #C56148 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C56148

Tints of Flame Pea #C56148

Color information

#C56148 (or 0xC56148) is unknown color: approx 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

RGB1979772-
CMYK00.510.630.23
HSL12º51.87%52.75%-
HSV(B)12º63.45%77.25%-
XYZ28.4720.898.66-
YUV124.0598.63180.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=53.83%
G=26.50%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197977200.510.630.231251.8752.75
HexC561480333F17c3435
Octal3051411100637727146465
Binary11000101110000110010000110011111111101111100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>