#c05c3e

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

Shades of Flame Pea #C05C3E

Tints of Flame Pea #C05C3E

Color information

#C05C3E (or 0xC05C3E) is unknown color: approx Flame Pea. HEX triplet: C0, 5C and 3E. RGB value is (192,92,62). Sum of RGB (Red+Green+Blue) = 192+92+62=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C3E is #3FA3C1. Grayscale: #767676. Windows color (decimal): -4170690 or 4086976. OLE color: 4086976.

HSL color Cylindrical-coordinate representation of color #C05C3E: hue angle of 13.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C05C3E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1929262-
CMYK00.520.680.25
HSL13.85º51.18%49.8%-
HSV(B)13.85º67.71%75.29%-
XYZ26.4319.216.87-
YUV118.4896.13180.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=55.49%
G=26.59%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192926200.520.680.2513.8551.1849.8
HexC05C3E0344419e3332
Octal3001347606410431166362
Binary11000000101110011111001101001000100110011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05c3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05c3e; }

 p { color: rgb(192,92,62); }

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

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

 a { background-color: rgb(192,92,62); }

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

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

 span { border-color: rgb(192,92,62); }

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