#C45943

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

Shades of Flame Pea #C45943

Tints of Flame Pea #C45943

Color information

#C45943 (or 0xC45943) is unknown color: approx Flame Pea. HEX triplet: C4, 59 and 43. RGB value is (196,89,67). Sum of RGB (Red+Green+Blue) = 196+89+67=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C45943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45943 is #3BA6BC. Grayscale: #767676. Windows color (decimal): -3909309 or 4413892. OLE color: 4413892.

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

Color convert

RGB1968967-
CMYK00.550.660.23
HSL10.23º52.23%51.57%-
HSV(B)10.23º65.82%76.86%-
XYZ27.3519.297.59-
YUV118.4898.95183.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.68%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=55.68%
G=25.28%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196896700.550.660.2310.2352.2351.57
HexC459430374217a3434
Octal30413110306710227126464
Binary110001001011001100001101101111000010101111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45943; }

 p { color: rgb(196,89,67); }

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

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

 a { background-color: rgb(196,89,67); }

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

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

 span { border-color: rgb(196,89,67); }

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