#C4624D

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

Shades of Flame Pea #C4624D

Tints of Flame Pea #C4624D

Color information

#C4624D (or 0xC4624D) is unknown color: approx Flame Pea. HEX triplet: C4, 62 and 4D. RGB value is (196,98,77). Sum of RGB (Red+Green+Blue) = 196+98+77=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4624D is #3B9DB2. Grayscale: #7D7D7D. Windows color (decimal): -3906995 or 5071556. OLE color: 5071556.

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

Color convert

RGB1969877-
CMYK00.50.610.23
HSL10.59º50.21%53.53%-
HSV(B)10.59º60.71%76.86%-
XYZ28.4721.019.58-
YUV124.91100.97178.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=52.83%
G=26.42%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196987700.50.610.2310.5950.2153.53
HexC4624D0323D17b3236
Octal3041421150627527136266
Binary11000100110001010011010110010111101101111011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4624D; }

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

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

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

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

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

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

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

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