#C0702B

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

Shades of Meteor #C0702B

Tints of Meteor #C0702B

Color information

#C0702B (or 0xC0702B) is unknown color: approx Meteor. HEX triplet: C0, 70 and 2B. RGB value is (192,112,43). Sum of RGB (Red+Green+Blue) = 192+112+43=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0702B is #3F8FD4. Grayscale: #808080. Windows color (decimal): -4165589 or 2846912. OLE color: 2846912.

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

Color convert

RGB19211243-
CMYK00.420.780.25
HSL27.79º63.4%46.08%-
HSV(B)27.79º77.6%75.29%-
XYZ27.9722.975.24-
YUV128.0580173.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=55.33%
G=32.28%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921124300.420.780.2527.7963.446.08
HexC0702B02A4E191c3f2e
Octal3001605305211631347756
Binary110000001110000101011010101010011101100111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0702B; }

 p { color: rgb(192,112,43); }

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

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

 a { background-color: rgb(192,112,43); }

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

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

 span { border-color: rgb(192,112,43); }

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