#C3644D

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

Shades of Flame Pea #C3644D

Tints of Flame Pea #C3644D

Color information

#C3644D (or 0xC3644D) is unknown color: approx Flame Pea. HEX triplet: C3, 64 and 4D. RGB value is (195,100,77). Sum of RGB (Red+Green+Blue) = 195+100+77=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3644D is #3C9BB2. Grayscale: #7D7D7D. Windows color (decimal): -3972019 or 5072067. OLE color: 5072067.

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

Color convert

RGB19510077-
CMYK00.490.610.24
HSL11.69º49.58%53.33%-
HSV(B)11.69º60.51%76.47%-
XYZ28.421.259.63-
YUV125.78100.47177.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=52.42%
G=26.88%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951007700.490.610.2411.6949.5853.33
HexC3644D0313D18c3235
Octal3031441150617530146265
Binary11000011110010010011010110001111101110001100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3644D; }

 p { color: rgb(195,100,77); }

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

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

 a { background-color: rgb(195,100,77); }

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

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

 span { border-color: rgb(195,100,77); }

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