#C8732E

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

Shades of Meteor #C8732E

Tints of Meteor #C8732E

Color information

#C8732E (or 0xC8732E) is unknown color: approx Meteor. HEX triplet: C8, 73 and 2E. RGB value is (200,115,46). Sum of RGB (Red+Green+Blue) = 200+115+46=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8732E is #378CD1. Grayscale: #848484. Windows color (decimal): -3640530 or 3044296. OLE color: 3044296.

HSL color Cylindrical-coordinate representation of color #C8732E: hue angle of 26.88º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8732E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB20011546-
CMYK00.420.770.22
HSL26.88º62.6%48.24%-
HSV(B)26.88º77%78.43%-
XYZ30.4424.745.76-
YUV132.5579.16176.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=55.40%
G=31.86%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001154600.420.770.2226.8862.648.24
HexC8732E02A4D161b3f30
Octal3101635605211526337760
Binary110010001110011101110010101010011011011011011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8732E; }

 p { color: rgb(200,115,46); }

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

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

 a { background-color: rgb(200,115,46); }

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

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

 span { border-color: rgb(200,115,46); }

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