#c4614d

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

Shades of Flame Pea #C4614D

Tints of Flame Pea #C4614D

Color information

#C4614D (or 0xC4614D) is unknown color: approx Flame Pea. HEX triplet: C4, 61 and 4D. RGB value is (196,97,77). Sum of RGB (Red+Green+Blue) = 196+97+77=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4614D is #3B9EB2. Grayscale: #7C7C7C. Windows color (decimal): -3907251 or 5071300. OLE color: 5071300.

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

Color convert

RGB1969777-
CMYK00.510.610.23
HSL10.08º50.21%53.53%-
HSV(B)10.08º60.71%76.86%-
XYZ28.3820.829.54-
YUV124.32101.3179.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=52.97%
G=26.22%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196977700.510.610.2310.0850.2153.53
HexC4614D0333D17a3236
Octal3041411150637527126266
Binary11000100110000110011010110011111101101111010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4614d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4614d; }

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

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

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

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

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

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

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

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