#C7644B

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

Shades of Flame Pea #C7644B

Tints of Flame Pea #C7644B

Color information

#C7644B (or 0xC7644B) is unknown color: approx Flame Pea. HEX triplet: C7, 64 and 4B. RGB value is (199,100,75). Sum of RGB (Red+Green+Blue) = 199+100+75=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7644B is #389BB4. Grayscale: #7E7E7E. Windows color (decimal): -3709877 or 4940999. OLE color: 4940999.

HSL color Cylindrical-coordinate representation of color #C7644B: hue angle of 12.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7644B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19910075-
CMYK00.500.620.22
HSL12.1º52.54%53.73%-
HSV(B)12.1º62.31%78.04%-
XYZ29.3821.769.31-
YUV126.7598.8179.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=53.21%
G=26.74%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991007500.500.620.2212.152.5453.73
HexC7644B0323E16c3536
Octal3071441130627626146566
Binary11000111110010010010110110010111110101101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7644B; }

 p { color: rgb(199,100,75); }

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

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

 a { background-color: rgb(199,100,75); }

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

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

 span { border-color: rgb(199,100,75); }

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