#C4664C

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

Shades of Flame Pea #C4664C

Tints of Flame Pea #C4664C

Color information

#C4664C (or 0xC4664C) is unknown color: approx Flame Pea. HEX triplet: C4, 66 and 4C. RGB value is (196,102,76). Sum of RGB (Red+Green+Blue) = 196+102+76=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4664C is #3B99B3. Grayscale: #7F7F7F. Windows color (decimal): -3905972 or 5007044. OLE color: 5007044.

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

Color convert

RGB19610276-
CMYK00.480.610.23
HSL13º50.42%53.33%-
HSV(B)13º61.22%76.86%-
XYZ28.8221.769.52-
YUV127.1499.14177.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=52.41%
G=27.27%
B=20.32%

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
Decimal1961027600.480.610.231350.4253.33
HexC4664C0303D17d3235
Octal3041461140607527156265
Binary11000100110011010011000110000111101101111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4664C; }

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

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

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

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

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

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

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

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