#C26148

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

Shades of Flame Pea #C26148

Tints of Flame Pea #C26148

Color information

#C26148 (or 0xC26148) is unknown color: approx Flame Pea. HEX triplet: C2, 61 and 48. RGB value is (194,97,72). Sum of RGB (Red+Green+Blue) = 194+97+72=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C26148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26148 is #3D9EB7. Grayscale: #7B7B7B. Windows color (decimal): -4038328 or 4743618. OLE color: 4743618.

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

Color convert

RGB1949772-
CMYK00.500.630.24
HSL12.3º50%52.16%-
HSV(B)12.3º62.89%76.08%-
XYZ27.6920.498.63-
YUV123.1599.14178.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=53.44%
G=26.72%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194977200.500.630.2412.35052.16
HexC261480323F18c3234
Octal3021411100627730146264
Binary11000010110000110010000110010111111110001100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26148; }

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

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

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

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

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

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

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

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