#C45843

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

Shades of Flame Pea #C45843

Tints of Flame Pea #C45843

Color information

#C45843 (or 0xC45843) is unknown color: approx Flame Pea. HEX triplet: C4, 58 and 43. RGB value is (196,88,67). Sum of RGB (Red+Green+Blue) = 196+88+67=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C45843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45843 is #3BA7BC. Grayscale: #767676. Windows color (decimal): -3909565 or 4413636. OLE color: 4413636.

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

Color convert

RGB1968867-
CMYK00.550.660.23
HSL9.77º52.23%51.57%-
HSV(B)9.77º65.82%76.86%-
XYZ27.2719.127.56-
YUV117.999.28183.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=55.84%
G=25.07%
B=19.09%

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
Decimal196886700.550.660.239.7752.2351.57
HexC458430374217a3434
Octal30413010306710227126464
Binary110001001011000100001101101111000010101111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45843; }

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

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

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

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

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

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

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

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