#C36144

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

Shades of Flame Pea #C36144

Tints of Flame Pea #C36144

Color information

#C36144 (or 0xC36144) is unknown color: approx Flame Pea. HEX triplet: C3, 61 and 44. RGB value is (195,97,68). Sum of RGB (Red+Green+Blue) = 195+97+68=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C36144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36144 is #3C9EBB. Grayscale: #7B7B7B. Windows color (decimal): -3972796 or 4481475. OLE color: 4481475.

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

Color convert

RGB1959768-
CMYK00.500.650.24
HSL13.7º51.42%51.57%-
HSV(B)13.7º65.13%76.47%-
XYZ27.8220.577.97-
YUV12396.97179.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=54.17%
G=26.94%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195976800.500.650.2413.751.4251.57
HexC361440324118e3334
Octal30314110406210130166364
Binary110000111100001100010001100101000001110001110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36144; }

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

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

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

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

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

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

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

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