#c4624c

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

Shades of Flame Pea #C4624C

Tints of Flame Pea #C4624C

Color information

#C4624C (or 0xC4624C) is unknown color: approx Flame Pea. HEX triplet: C4, 62 and 4C. RGB value is (196,98,76). Sum of RGB (Red+Green+Blue) = 196+98+76=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4624C is #3B9DB3. Grayscale: #7C7C7C. Windows color (decimal): -3906996 or 5006020. OLE color: 5006020.

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

Color convert

RGB1969876-
CMYK00.50.610.23
HSL11º50.42%53.33%-
HSV(B)11º61.22%76.86%-
XYZ28.4420.999.39-
YUV124.79100.47178.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=52.97%
G=26.49%
B=20.54%

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
Decimal196987600.50.610.231150.4253.33
HexC4624C0323D17b3235
Octal3041421140627527136265
Binary11000100110001010011000110010111101101111011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4624c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4624c; }

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

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

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

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

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

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

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

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