#C06649

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

Shades of Flame Pea #C06649

Tints of Flame Pea #C06649

Color information

#C06649 (or 0xC06649) is unknown color: approx Flame Pea. HEX triplet: C0, 66 and 49. RGB value is (192,102,73). Sum of RGB (Red+Green+Blue) = 192+102+73=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C06649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06649 is #3F99B6. Grayscale: #7D7D7D. Windows color (decimal): -4168119 or 4810432. OLE color: 4810432.

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

Color convert

RGB19210273-
CMYK00.470.620.25
HSL14.62º48.57%51.96%-
HSV(B)14.62º61.98%75.29%-
XYZ27.6921.198.93-
YUV125.698.32175.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=52.32%
G=27.79%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921027300.470.620.2514.6248.5751.96
HexC0664902F3E19f3134
Octal3001461110577631176164
Binary11000000110011010010010101111111110110011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06649; }

 p { color: rgb(192,102,73); }

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

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

 a { background-color: rgb(192,102,73); }

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

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

 span { border-color: rgb(192,102,73); }

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