#C4664D

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

Shades of Flame Pea #C4664D

Tints of Flame Pea #C4664D

Color information

#C4664D (or 0xC4664D) is unknown color: approx Flame Pea. HEX triplet: C4, 66 and 4D. RGB value is (196,102,77). Sum of RGB (Red+Green+Blue) = 196+102+77=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4664D is #3B99B2. Grayscale: #7F7F7F. Windows color (decimal): -3905971 or 5072580. OLE color: 5072580.

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

Color convert

RGB19610277-
CMYK00.480.610.23
HSL12.61º50.21%53.53%-
HSV(B)12.61º60.71%76.86%-
XYZ28.8621.779.7-
YUV127.2699.64177.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=52.27%
G=27.2%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961027700.480.610.2312.6150.2153.53
HexC4664D0303D17d3236
Octal3041461150607527156266
Binary11000100110011010011010110000111101101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4664D; }

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

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

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

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

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

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

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

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