#C26048

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

Shades of Flame Pea #C26048

Tints of Flame Pea #C26048

Color information

#C26048 (or 0xC26048) is unknown color: approx Flame Pea. HEX triplet: C2, 60 and 48. RGB value is (194,96,72). Sum of RGB (Red+Green+Blue) = 194+96+72=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C26048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26048 is #3D9FB7. Grayscale: #7A7A7A. Windows color (decimal): -4038584 or 4743362. OLE color: 4743362.

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

Color convert

RGB1949672-
CMYK00.510.630.24
HSL11.8º50%52.16%-
HSV(B)11.8º62.89%76.08%-
XYZ27.620.38.6-
YUV122.5799.47178.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=53.59%
G=26.52%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194967200.510.630.2411.85052.16
HexC260480333F18c3234
Octal3021401100637730146264
Binary11000010110000010010000110011111111110001100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26048; }

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

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

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

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

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

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

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

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