#C0762C

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

Shades of Meteor #C0762C

Tints of Meteor #C0762C

Color information

#C0762C (or 0xC0762C) is unknown color: approx Meteor. HEX triplet: C0, 76 and 2C. RGB value is (192,118,44). Sum of RGB (Red+Green+Blue) = 192+118+44=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0762C is #3F89D3. Grayscale: #848484. Windows color (decimal): -4164052 or 2913984. OLE color: 2913984.

HSL color Cylindrical-coordinate representation of color #C0762C: hue angle of 30º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0762C is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19211844-
CMYK00.390.770.25
HSL30º62.71%46.27%-
HSV(B)30º77.08%75.29%-
XYZ28.6724.355.57-
YUV131.6978.52171.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=54.24%
G=33.33%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921184400.390.770.253062.7146.27
HexC0762C0274D191e3f2e
Octal3001665404711531367756
Binary110000001110110101100010011110011011100111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0762C; }

 p { color: rgb(192,118,44); }

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

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

 a { background-color: rgb(192,118,44); }

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

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

 span { border-color: rgb(192,118,44); }

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