#C4584A

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

Shades of Flame Pea #C4584A

Tints of Flame Pea #C4584A

Color information

#C4584A (or 0xC4584A) is unknown color: approx Flame Pea. HEX triplet: C4, 58 and 4A. RGB value is (196,88,74). Sum of RGB (Red+Green+Blue) = 196+88+74=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4584A is #3BA7B5. Grayscale: #767676. Windows color (decimal): -3909558 or 4872388. OLE color: 4872388.

HSL color Cylindrical-coordinate representation of color #C4584A: hue angle of 6.89º 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 #C4584A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1968874-
CMYK00.550.620.23
HSL6.89º50.83%52.94%-
HSV(B)6.89º62.24%76.86%-
XYZ27.4919.218.74-
YUV118.7102.78183.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.75%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=54.75%
G=24.58%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196887400.550.620.236.8950.8352.94
HexC4584A0373E1773335
Octal304130112067762776365
Binary1100010010110001001010011011111111010111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4584A; }

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

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

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

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

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

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

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

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