#C4614A

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

Shades of Flame Pea #C4614A

Tints of Flame Pea #C4614A

Color information

#C4614A (or 0xC4614A) is unknown color: approx Flame Pea. HEX triplet: C4, 61 and 4A. RGB value is (196,97,74). Sum of RGB (Red+Green+Blue) = 196+97+74=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4614A is #3B9EB5. Grayscale: #7C7C7C. Windows color (decimal): -3907254 or 4874692. OLE color: 4874692.

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

Color convert

RGB1969774-
CMYK00.510.620.23
HSL11.31º50.83%52.94%-
HSV(B)11.31º62.24%76.86%-
XYZ28.2820.789-
YUV123.9899.8179.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=53.41%
G=26.43%
B=20.16%

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
Decimal196977400.510.620.2311.3150.8352.94
HexC4614A0333E17b3335
Octal3041411120637627136365
Binary11000100110000110010100110011111110101111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4614A; }

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

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

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

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

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

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

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

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