#C26647

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

Shades of Flame Pea #C26647

Tints of Flame Pea #C26647

Color information

#C26647 (or 0xC26647) is unknown color: approx Flame Pea. HEX triplet: C2, 66 and 47. RGB value is (194,102,71). Sum of RGB (Red+Green+Blue) = 194+102+71=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C26647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26647 is #3D99B8. Grayscale: #7E7E7E. Windows color (decimal): -4037049 or 4679362. OLE color: 4679362.

HSL color Cylindrical-coordinate representation of color #C26647: hue angle of 15.12º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C26647 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19410271-
CMYK00.470.630.24
HSL15.12º50.2%51.96%-
HSV(B)15.12º63.4%76.08%-
XYZ28.1421.438.61-
YUV125.9796.98176.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=52.86%
G=27.79%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941027100.470.630.2415.1250.251.96
HexC2664702F3F18f3234
Octal3021461070577730176264
Binary11000010110011010001110101111111111110001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26647; }

 p { color: rgb(194,102,71); }

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

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

 a { background-color: rgb(194,102,71); }

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

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

 span { border-color: rgb(194,102,71); }

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