#C56046

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

Shades of Flame Pea #C56046

Tints of Flame Pea #C56046

Color information

#C56046 (or 0xC56046) is unknown color: approx Flame Pea. HEX triplet: C5, 60 and 46. RGB value is (197,96,70). Sum of RGB (Red+Green+Blue) = 197+96+70=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C56046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56046 is #3A9FB9. Grayscale: #7B7B7B. Windows color (decimal): -3841978 or 4612293. OLE color: 4612293.

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

Color convert

RGB1979670-
CMYK00.510.640.23
HSL12.28º52.26%52.35%-
HSV(B)12.28º64.47%77.25%-
XYZ28.3120.688.29-
YUV123.2497.96180.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 70 (27.73% from 255) = 19.28%
R=54.27%
G=26.45%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197967000.510.640.2312.2852.2652.35
HexC560460334017c3434
Octal30514010606310027146464
Binary110001011100000100011001100111000000101111100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56046; }

 p { color: rgb(197,96,70); }

 H1.HeaderClassName
 {
   color: #C56046;
 }
 .AnyTagClassName
 {
   color: #C56046;
 }
</style>
background-color css

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

 a { background-color: rgb(197,96,70); }

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

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

 span { border-color: rgb(197,96,70); }

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