#C4644C

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

Shades of Flame Pea #C4644C

Tints of Flame Pea #C4644C

Color information

#C4644C (or 0xC4644C) is unknown color: approx Flame Pea. HEX triplet: C4, 64 and 4C. RGB value is (196,100,76). Sum of RGB (Red+Green+Blue) = 196+100+76=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4644C is #3B9BB3. Grayscale: #7E7E7E. Windows color (decimal): -3906484 or 5006532. OLE color: 5006532.

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

Color convert

RGB19610076-
CMYK00.490.610.23
HSL12º50.42%53.33%-
HSV(B)12º61.22%76.86%-
XYZ28.6321.379.45-
YUV125.9799.8177.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=52.69%
G=26.88%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961007600.490.610.231250.4253.33
HexC4644C0313D17c3235
Octal3041441140617527146265
Binary11000100110010010011000110001111101101111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4644C; }

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

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

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

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

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

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

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

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