#C07C33

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

Shades of Meteor #C07C33

Tints of Meteor #C07C33

Color information

#C07C33 (or 0xC07C33) is unknown color: approx Meteor. HEX triplet: C0, 7C and 33. RGB value is (192,124,51). Sum of RGB (Red+Green+Blue) = 192+124+51=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C33 is #3F83CC. Grayscale: #888888. Windows color (decimal): -4162509 or 3374272. OLE color: 3374272.

HSL color Cylindrical-coordinate representation of color #C07C33: hue angle of 31.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C07C33 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19212451-
CMYK00.350.730.25
HSL31.06º58.02%47.65%-
HSV(B)31.06º73.44%75.29%-
XYZ29.5425.866.57-
YUV136.0180.03167.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=52.32%
G=33.79%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921245100.350.730.2531.0658.0247.65
HexC07C3302349191f3a30
Octal3001746304311131377260
Binary110000001111100110011010001110010011100111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C33; }

 p { color: rgb(192,124,51); }

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

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

 a { background-color: rgb(192,124,51); }

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

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

 span { border-color: rgb(192,124,51); }

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