#C7634B

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

Shades of Flame Pea #C7634B

Tints of Flame Pea #C7634B

Color information

#C7634B (or 0xC7634B) is unknown color: approx Flame Pea. HEX triplet: C7, 63 and 4B. RGB value is (199,99,75). Sum of RGB (Red+Green+Blue) = 199+99+75=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7634B is #389CB4. Grayscale: #7E7E7E. Windows color (decimal): -3710133 or 4940743. OLE color: 4940743.

HSL color Cylindrical-coordinate representation of color #C7634B: hue angle of 11.61º 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 #C7634B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1999975-
CMYK00.500.620.22
HSL11.61º52.54%53.73%-
HSV(B)11.61º62.31%78.04%-
XYZ29.2921.579.28-
YUV126.1699.13179.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.35%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=53.35%
G=26.54%
B=20.11%

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
Decimal199997500.500.620.2211.6152.5453.73
HexC7634B0323E16c3536
Octal3071431130627626146566
Binary11000111110001110010110110010111110101101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7634B; }

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

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

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

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

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

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

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

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