#C0722C

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

Shades of Meteor #C0722C

Tints of Meteor #C0722C

Color information

#C0722C (or 0xC0722C) is unknown color: approx Meteor. HEX triplet: C0, 72 and 2C. RGB value is (192,114,44). Sum of RGB (Red+Green+Blue) = 192+114+44=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0722C is #3F8DD3. Grayscale: #818181. Windows color (decimal): -4165076 or 2912960. OLE color: 2912960.

HSL color Cylindrical-coordinate representation of color #C0722C: hue angle of 28.38º 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 #C0722C is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19211444-
CMYK00.410.770.25
HSL28.38º62.71%46.27%-
HSV(B)28.38º77.08%75.29%-
XYZ28.2123.425.42-
YUV129.3479.84172.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.86%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=54.86%
G=32.57%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921144400.410.770.2528.3862.7146.27
HexC0722C0294D191c3f2e
Octal3001625405111531347756
Binary110000001110010101100010100110011011100111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0722C; }

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

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

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

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

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

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

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

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