#C05645

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

Shades of Flame Pea #C05645

Tints of Flame Pea #C05645

Color information

#C05645 (or 0xC05645) is unknown color: approx Flame Pea. HEX triplet: C0, 56 and 45. RGB value is (192,86,69). Sum of RGB (Red+Green+Blue) = 192+86+69=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C05645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05645 is #3FA9BA. Grayscale: #737373. Windows color (decimal): -4172219 or 4544192. OLE color: 4544192.

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

Color convert

RGB1928669-
CMYK00.550.640.25
HSL8.29º49.4%51.18%-
HSV(B)8.29º64.06%75.29%-
XYZ26.1418.297.78-
YUV115.76101.62182.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=55.33%
G=24.78%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192866900.550.640.258.2949.451.18
HexC05645037401983133
Octal30012610506710031106163
Binary110000001010110100010101101111000000110011000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05645; }

 p { color: rgb(192,86,69); }

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

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

 a { background-color: rgb(192,86,69); }

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

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

 span { border-color: rgb(192,86,69); }

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