#C26645

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

Shades of Flame Pea #C26645

Tints of Flame Pea #C26645

Color information

#C26645 (or 0xC26645) is unknown color: approx Flame Pea. HEX triplet: C2, 66 and 45. RGB value is (194,102,69). Sum of RGB (Red+Green+Blue) = 194+102+69=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C26645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26645 is #3D99BA. Grayscale: #7D7D7D. Windows color (decimal): -4037051 or 4548290. OLE color: 4548290.

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

Color convert

RGB19410269-
CMYK00.470.640.24
HSL15.84º50.61%51.57%-
HSV(B)15.84º64.43%76.08%-
XYZ28.0721.48.28-
YUV125.7595.98176.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.15%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=53.15%
G=27.95%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941026900.470.640.2415.8450.6151.57
HexC2664502F4018103334
Octal30214610505710030206364
Binary1100001011001101000101010111110000001100010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26645; }

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

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

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

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

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

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

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

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