#C36145

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

Shades of Flame Pea #C36145

Tints of Flame Pea #C36145

Color information

#C36145 (or 0xC36145) is unknown color: approx Flame Pea. HEX triplet: C3, 61 and 45. RGB value is (195,97,69). Sum of RGB (Red+Green+Blue) = 195+97+69=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C36145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36145 is #3C9EBA. Grayscale: #7B7B7B. Windows color (decimal): -3972795 or 4547011. OLE color: 4547011.

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

Color convert

RGB1959769-
CMYK00.500.650.24
HSL13.33º51.22%51.76%-
HSV(B)13.33º64.62%76.47%-
XYZ27.8520.588.13-
YUV123.1197.47179.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=54.02%
G=26.87%
B=19.11%

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
Decimal195976900.500.650.2413.3351.2251.76
HexC361450324118d3334
Octal30314110506210130156364
Binary110000111100001100010101100101000001110001101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36145; }

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

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

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

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

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

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

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

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