#C46047

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

Shades of Flame Pea #C46047

Tints of Flame Pea #C46047

Color information

#C46047 (or 0xC46047) is unknown color: approx Flame Pea. HEX triplet: C4, 60 and 47. RGB value is (196,96,71). Sum of RGB (Red+Green+Blue) = 196+96+71=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C46047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46047 is #3B9FB8. Grayscale: #7B7B7B. Windows color (decimal): -3907513 or 4677828. OLE color: 4677828.

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

Color convert

RGB1969671-
CMYK00.510.640.23
HSL12º51.44%52.35%-
HSV(B)12º63.78%76.86%-
XYZ28.0920.568.45-
YUV123.0598.63180.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=53.99%
G=26.45%
B=19.56%

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
Decimal196967100.510.640.231251.4452.35
HexC460470334017c3334
Octal30414010706310027146364
Binary110001001100000100011101100111000000101111100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46047; }

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

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

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

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

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

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

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

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