#C45B3F

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

Shades of Flame Pea #C45B3F

Tints of Flame Pea #C45B3F

Color information

#C45B3F (or 0xC45B3F) is unknown color: approx Flame Pea. HEX triplet: C4, 5B and 3F. RGB value is (196,91,63). Sum of RGB (Red+Green+Blue) = 196+91+63=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B3F is #3BA4C0. Grayscale: #777777. Windows color (decimal): -3908801 or 4152260. OLE color: 4152260.

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

Color convert

RGB1969163-
CMYK00.540.680.23
HSL12.63º52.99%50.78%-
HSV(B)12.63º67.86%76.86%-
XYZ27.419.587.04-
YUV119.296.29182.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 63 (25% from 255) = 18%
R=56%
G=26%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196916300.540.680.2312.6352.9950.78
HexC45B3F0364417d3533
Octal3041337706610427156563
Binary11000100101101111111101101101000100101111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45B3F; }

 p { color: rgb(196,91,63); }

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

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

 a { background-color: rgb(196,91,63); }

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

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

 span { border-color: rgb(196,91,63); }

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