#C05647

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

Shades of Flame Pea #C05647

Tints of Flame Pea #C05647

Color information

#C05647 (or 0xC05647) is unknown color: approx Flame Pea. HEX triplet: C0, 56 and 47. RGB value is (192,86,71). Sum of RGB (Red+Green+Blue) = 192+86+71=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C05647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05647 is #3FA9B8. Grayscale: #747474. Windows color (decimal): -4172217 or 4675264. OLE color: 4675264.

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

Color convert

RGB1928671-
CMYK00.550.630.25
HSL7.44º48.99%51.57%-
HSV(B)7.44º63.02%75.29%-
XYZ26.218.328.12-
YUV115.98102.62182.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=55.01%
G=24.64%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192867100.550.630.257.4448.9951.57
HexC056470373F1973134
Octal300126107067773176164
Binary1100000010101101000111011011111111111001111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05647; }

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

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

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

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

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

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

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

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