#C36147

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

Shades of Flame Pea #C36147

Tints of Flame Pea #C36147

Color information

#C36147 (or 0xC36147) is unknown color: approx Flame Pea. HEX triplet: C3, 61 and 47. RGB value is (195,97,71). Sum of RGB (Red+Green+Blue) = 195+97+71=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C36147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36147 is #3C9EB8. Grayscale: #7B7B7B. Windows color (decimal): -3972793 or 4678083. OLE color: 4678083.

HSL color Cylindrical-coordinate representation of color #C36147: hue angle of 12.58º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C36147 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1959771-
CMYK00.500.640.24
HSL12.58º50.82%52.16%-
HSV(B)12.58º63.59%76.47%-
XYZ27.9220.618.47-
YUV123.3498.47179.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=53.72%
G=26.72%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195977100.500.640.2412.5850.8252.16
HexC361470324018d3334
Octal30314110706210030156364
Binary110000111100001100011101100101000000110001101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36147; }

 p { color: rgb(195,97,71); }

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

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

 a { background-color: rgb(195,97,71); }

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

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

 span { border-color: rgb(195,97,71); }

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