#C26448

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

Shades of Flame Pea #C26448

Tints of Flame Pea #C26448

Color information

#C26448 (or 0xC26448) is unknown color: approx Flame Pea. HEX triplet: C2, 64 and 48. RGB value is (194,100,72). Sum of RGB (Red+Green+Blue) = 194+100+72=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C26448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26448 is #3D9BB7. Grayscale: #7D7D7D. Windows color (decimal): -4037560 or 4744386. OLE color: 4744386.

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

Color convert

RGB19410072-
CMYK00.480.630.24
HSL13.77º50%52.16%-
HSV(B)13.77º62.89%76.08%-
XYZ27.9821.058.72-
YUV124.9198.14177.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=53.01%
G=27.32%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941007200.480.630.2413.775052.16
HexC264480303F18e3234
Octal3021441100607730166264
Binary11000010110010010010000110000111111110001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26448; }

 p { color: rgb(194,100,72); }

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

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

 a { background-color: rgb(194,100,72); }

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

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

 span { border-color: rgb(194,100,72); }

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