#C46043

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

Shades of Flame Pea #C46043

Tints of Flame Pea #C46043

Color information

#C46043 (or 0xC46043) is unknown color: approx Flame Pea. HEX triplet: C4, 60 and 43. RGB value is (196,96,67). Sum of RGB (Red+Green+Blue) = 196+96+67=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C46043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46043 is #3B9FBC. Grayscale: #7A7A7A. Windows color (decimal): -3907517 or 4415684. OLE color: 4415684.

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

Color convert

RGB1969667-
CMYK00.510.660.23
HSL13.49º52.23%51.57%-
HSV(B)13.49º65.82%76.86%-
XYZ27.9620.517.79-
YUV122.5996.63180.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=54.60%
G=26.74%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196966700.510.660.2313.4952.2351.57
HexC460430334217d3434
Octal30414010306310227156464
Binary110001001100000100001101100111000010101111101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46043; }

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

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

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

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

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

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

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

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