#C06446

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

Shades of Flame Pea #C06446

Tints of Flame Pea #C06446

Color information

#C06446 (or 0xC06446) is unknown color: approx Flame Pea. HEX triplet: C0, 64 and 46. RGB value is (192,100,70). Sum of RGB (Red+Green+Blue) = 192+100+70=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06446 is #3F9BB9. Grayscale: #7C7C7C. Windows color (decimal): -4168634 or 4613312. OLE color: 4613312.

HSL color Cylindrical-coordinate representation of color #C06446: hue angle of 14.75º 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 #C06446 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19210070-
CMYK00.480.640.25
HSL14.75º49.19%51.37%-
HSV(B)14.75º63.54%75.29%-
XYZ27.420.768.36-
YUV124.0997.48176.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 70 (27.73% from 255) = 19.34%
R=53.04%
G=27.62%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921007000.480.640.2514.7549.1951.37
HexC064460304019f3133
Octal30014410606010031176163
Binary110000001100100100011001100001000000110011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06446; }

 p { color: rgb(192,100,70); }

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

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

 a { background-color: rgb(192,100,70); }

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

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

 span { border-color: rgb(192,100,70); }

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