#C4604A

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

Shades of Flame Pea #C4604A

Tints of Flame Pea #C4604A

Color information

#C4604A (or 0xC4604A) is unknown color: approx Flame Pea. HEX triplet: C4, 60 and 4A. RGB value is (196,96,74). Sum of RGB (Red+Green+Blue) = 196+96+74=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4604A is #3B9FB5. Grayscale: #7B7B7B. Windows color (decimal): -3907510 or 4874436. OLE color: 4874436.

HSL color Cylindrical-coordinate representation of color #C4604A: hue angle of 10.82º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4604A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1969674-
CMYK00.510.620.23
HSL10.82º50.83%52.94%-
HSV(B)10.82º62.24%76.86%-
XYZ28.1820.68.97-
YUV123.39100.13179.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=53.55%
G=26.23%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196967400.510.620.2310.8250.8352.94
HexC4604A0333E17b3335
Octal3041401120637627136365
Binary11000100110000010010100110011111110101111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4604A; }

 p { color: rgb(196,96,74); }

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

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

 a { background-color: rgb(196,96,74); }

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

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

 span { border-color: rgb(196,96,74); }

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