#C26143

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

Shades of Flame Pea #C26143

Tints of Flame Pea #C26143

Color information

#C26143 (or 0xC26143) is unknown color: approx Flame Pea. HEX triplet: C2, 61 and 43. RGB value is (194,97,67). Sum of RGB (Red+Green+Blue) = 194+97+67=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C26143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26143 is #3D9EBC. Grayscale: #7A7A7A. Windows color (decimal): -4038333 or 4415938. OLE color: 4415938.

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

Color convert

RGB1949767-
CMYK00.500.650.24
HSL14.17º51%51.18%-
HSV(B)14.17º65.46%76.08%-
XYZ27.5420.427.8-
YUV122.5896.64178.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=54.19%
G=27.09%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194976700.500.650.2414.175151.18
HexC261430324118e3333
Octal30214110306210130166363
Binary110000101100001100001101100101000001110001110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26143; }

 p { color: rgb(194,97,67); }

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

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

 a { background-color: rgb(194,97,67); }

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

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

 span { border-color: rgb(194,97,67); }

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