#C36047

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

Shades of Flame Pea #C36047

Tints of Flame Pea #C36047

Color information

#C36047 (or 0xC36047) is unknown color: approx Flame Pea. HEX triplet: C3, 60 and 47. RGB value is (195,96,71). Sum of RGB (Red+Green+Blue) = 195+96+71=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C36047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36047 is #3C9FB8. Grayscale: #7A7A7A. Windows color (decimal): -3973049 or 4677827. OLE color: 4677827.

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

Color convert

RGB1959671-
CMYK00.510.640.24
HSL12.1º50.82%52.16%-
HSV(B)12.1º63.59%76.47%-
XYZ27.8320.428.44-
YUV122.7598.8179.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 71 (28.12% from 255) = 19.61%
R=53.87%
G=26.52%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195967100.510.640.2412.150.8252.16
HexC360470334018c3334
Octal30314010706310030146364
Binary110000111100000100011101100111000000110001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36047; }

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

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

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

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

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

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

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

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